summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/130-tracepoint_include_linux_version_h.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2010-05-16 11:07:21 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2010-05-16 11:07:21 +0000
commitbd51370d9d3ff690ea651ed54ca8d3cd5917e595 (patch)
treea1d534d625d69245a27a1e72780c4c2a5f0c947b /package/mac80211/patches/130-tracepoint_include_linux_version_h.patch
parent4e9881579f9f6846cecf9e285f0061c92efd0d06 (diff)
downloadmaster-31e0f0ae-bd51370d9d3ff690ea651ed54ca8d3cd5917e595.tar.gz
master-31e0f0ae-bd51370d9d3ff690ea651ed54ca8d3cd5917e595.tar.bz2
master-31e0f0ae-bd51370d9d3ff690ea651ed54ca8d3cd5917e595.zip
mac80211: remove patches already in mainline compat-wireless
SVN-Revision: 21469
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 034f00cd91..0000000000
--- 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)) */