diff mbox

[3/6] gtp: remove per cpu stats compat ifdef for Linux < 3.13

Message ID 1446118742-22809-4-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.h | 4 ----
 1 file changed, 4 deletions(-)
diff mbox

Patch

diff --git a/gtp.h b/gtp.h
index 8422875..5f8d8a2 100644
--- a/gtp.h
+++ b/gtp.h
@@ -10,10 +10,6 @@ 
 #define UDP_ENCAP_GTP1U	5
 #endif
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0)
-#define pcpu_sw_netstats pcpu_tstats
-#endif
-
 /* general GTP protocol related definitions */
 
 #define GTP0_PORT	3386