Remove 130-compat_net_dev_ops.patch for openswan
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 20 Dec 2011 04:23:42 +0000 (04:23 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 20 Dec 2011 04:23:42 +0000 (04:23 +0000)
This patch was merged upstream in commit
dd5c1a87f7032a00422135d14e1f1247b38a40c8 in Sept 2010.  It is already
included in v2.6.30 and later.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
SVN-Revision: 29582

net/openswan/patches/130-compat_net_dev_ops.patch [deleted file]

diff --git a/net/openswan/patches/130-compat_net_dev_ops.patch b/net/openswan/patches/130-compat_net_dev_ops.patch
deleted file mode 100644 (file)
index 46786fa..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
----
- linux/include/openswan/ipsec_kversion.h |    6 ++++++
- 1 file changed, 6 insertions(+)
-
---- a/linux/include/openswan/ipsec_kversion.h
-+++ b/linux/include/openswan/ipsec_kversion.h
-@@ -393,6 +393,12 @@
- # endif
- #endif
-+#if LINUX_VERSION_CODE == KERNEL_VERSION(2,6,30)
-+# ifndef CONFIG_COMPAT_NET_DEV_OPS
-+#  define USE_NETDEV_OPS
-+# endif
-+#endif
-+
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,31)
- # define USE_NETDEV_OPS
- #else