remove generic linux 2.4 support
[openwrt/svn-archive/archive.git] / target / linux / generic-2.4 / patches / 629-netlink_types_h.patch
diff --git a/target/linux/generic-2.4/patches/629-netlink_types_h.patch b/target/linux/generic-2.4/patches/629-netlink_types_h.patch
deleted file mode 100644 (file)
index 49803b7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/include/linux/netlink.h
-+++ b/include/linux/netlink.h
-@@ -1,6 +1,8 @@
- #ifndef __LINUX_NETLINK_H
- #define __LINUX_NETLINK_H
-+#include <linux/types.h>
-+
- #define NETLINK_ROUTE         0       /* Routing/device hook                          */
- #define NETLINK_SKIP          1       /* Reserved for ENskip                          */
- #define NETLINK_USERSOCK      2       /* Reserved for user mode socket protocols      */
---- a/include/linux/filter.h
-+++ b/include/linux/filter.h
-@@ -5,6 +5,8 @@
- #ifndef __LINUX_FILTER_H__
- #define __LINUX_FILTER_H__
-+#include <linux/types.h>
-+
- /*
-  * Current version of the filter code architecture.
-  */