X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c848213af99e1bd4242e3ab619f51ee464a44a10..271da7f4e93492f377c0fcf25def4591d60b9fbc:/package/switch/src/switch-core.h diff --git a/package/switch/src/switch-core.h b/package/switch/src/switch-core.h index 31c81f6ed..c9ab90dde 100644 --- a/package/switch/src/switch-core.h +++ b/package/switch/src/switch-core.h @@ -13,10 +13,6 @@ #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #endif -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) -#define LINUX_2_4 -#endif - typedef int (*switch_handler)(void *driver, char *buf, int nr); typedef struct {