diff mbox

[2/6] gtp: remove genl_ops compat ifdef for Linux < 3.13

Message ID 1446118742-22809-3-git-send-email-aschultz@tpip.net
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Andreas Schultz Oct. 29, 2015, 11:38 a.m. UTC
Signed-off-by: Andreas Schultz <aschultz@tpip.net>
---
 gtp.c | 4 ----
 1 file changed, 4 deletions(-)
diff mbox

Patch

diff --git a/gtp.c b/gtp.c
index 61db1c3..6eb1178 100644
--- a/gtp.c
+++ b/gtp.c
@@ -1291,11 +1291,7 @@  static struct nla_policy gtp_genl_policy[GTPA_MAX + 1] = {
 	[GTPA_FLOW]		= { .type = NLA_U16, },
 };
 
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0)
 static const struct genl_ops gtp_genl_ops[] = {
-#else
-static struct genl_ops gtp_genl_ops[] = {
-#endif
 	{
 		.cmd = GTP_CMD_TUNNEL_NEW,
 		.doit = gtp_genl_tunnel_new,