diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-22 16:29:27 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-22 16:29:27 +0000 |
commit | 47d7ed3d09590fe8c79b0fb147718f891709a972 (patch) | |
tree | 809714177cc0175f2b3359ac3247a9c9c4b1a9c2 /target/linux/generic/patches-2.6.37 | |
parent | bfe53cdbbed8a078d091ecfe9347578027c7ee33 (diff) | |
download | upstream-47d7ed3d09590fe8c79b0fb147718f891709a972.tar.gz upstream-47d7ed3d09590fe8c79b0fb147718f891709a972.tar.bz2 upstream-47d7ed3d09590fe8c79b0fb147718f891709a972.zip |
target/linux: sync kernel patches to 2.6.37-rc3
SVN-Revision: 24095
Diffstat (limited to 'target/linux/generic/patches-2.6.37')
-rw-r--r-- | target/linux/generic/patches-2.6.37/151-ingress_queue.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/generic/patches-2.6.37/151-ingress_queue.patch b/target/linux/generic/patches-2.6.37/151-ingress_queue.patch deleted file mode 100644 index 5e702c3f4f..0000000000 --- a/target/linux/generic/patches-2.6.37/151-ingress_queue.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/include/linux/rtnetlink.h -+++ b/include/linux/rtnetlink.h -@@ -6,7 +6,6 @@ - #include <linux/if_link.h> - #include <linux/if_addr.h> - #include <linux/neighbour.h> --#include <linux/netdevice.h> - - /* rtnetlink families. Values up to 127 are reserved for real address - * families, values above 128 may be used arbitrarily. -@@ -606,6 +605,7 @@ struct tcamsg { - #ifdef __KERNEL__ - - #include <linux/mutex.h> -+#include <linux/netdevice.h> - - static __inline__ int rtattr_strcmp(const struct rtattr *rta, const char *str) - { |