remove linux 2.4 support from several packages
[openwrt/svn-archive/archive.git] / package / switch / src / switch-core.h
index 31c81f6ed71f704012d38c060a15d0d7f3e6f040..c9ab90dde81eb311a1b35df55a0ed7ece0df017d 100644 (file)
 #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 {