X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/fef81766d04c20696865e3f93258a01fdad9dedc..d76d0c5a4e062da3bd7491340f629f55867fb4cc:/package/switch/src/switch-core.h diff --git a/package/switch/src/switch-core.h b/package/switch/src/switch-core.h index c9ab90dde..a2114cf92 100644 --- a/package/switch/src/switch-core.h +++ b/package/switch/src/switch-core.h @@ -9,10 +9,6 @@ #define SWITCH_MEDIA_100 2 #define SWITCH_MEDIA_FD 4 -#ifndef KERNEL_VERSION -#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -#endif - typedef int (*switch_handler)(void *driver, char *buf, int nr); typedef struct {