gtp: remove per cpu stats compat ifdef for Linux < 3.13

Signed-off-by: Andreas Schultz <aschultz@tpip.net>
Signed-off-by: Pablo Neira Ayuso <pablo@soleta.eu>
This commit is contained in:
Andreas Schultz 2015-10-29 12:38:59 +01:00 committed by Pablo Neira Ayuso
parent 3a45fc68e0
commit 9afbef8d18
1 changed files with 0 additions and 4 deletions

4
gtp.h
View File

@ -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