summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/130-tracepoint_include_linux_version_h.patch
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-16 11:07:21 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-16 11:07:21 +0000
commitd61a11cfd299a716b080e8cba37cb4ae61061e4f (patch)
tree001c1a1b9e74dca31ac0780341ff255716488891 /package/mac80211/patches/130-tracepoint_include_linux_version_h.patch
parentf34643ecc032c0ba367659b296e6ab9fa80b03a8 (diff)
mac80211: remove patches already in mainline compat-wireless
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21469 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/130-tracepoint_include_linux_version_h.patch')
-rw-r--r--package/mac80211/patches/130-tracepoint_include_linux_version_h.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/130-tracepoint_include_linux_version_h.patch b/package/mac80211/patches/130-tracepoint_include_linux_version_h.patch
deleted file mode 100644
index 034f00cd9..000000000
--- a/package/mac80211/patches/130-tracepoint_include_linux_version_h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/include/linux/tracepoint.h
-+++ b/include/linux/tracepoint.h
-@@ -3,6 +3,8 @@
-
- #include <linux/version.h>
-
-+#include <linux/version.h>
-+
- #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27))
- #include_next <linux/tracepoint.h>
- #endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27)) */