projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[mpc83xx]: remove unused kernel versions, make 2.6.36 the default
[openwrt.git]
/
package
/
switch
/
src
/
switch-core.h
diff --git
a/package/switch/src/switch-core.h
b/package/switch/src/switch-core.h
index
31c81f6
..
c9ab90d
100644
(file)
--- 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 {
This page took
0.022895 seconds
and
4
git commands to generate.