From: acoul Date: Mon, 22 Nov 2010 16:29:27 +0000 (+0000) Subject: target/linux: sync kernel patches to 2.6.37-rc3 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c2edd8cbfc9ed43a5afaf5825884c3d96e918294;p=openwrt.git target/linux: sync kernel patches to 2.6.37-rc3 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24095 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 - #include - #include --#include - - /* 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 -+#include - - static __inline__ int rtattr_strcmp(const struct rtattr *rta, const char *str) - {