aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2015-07-06 21:31:13 +0000
committerHauke Mehrtens <hauke@openwrt.org>2015-07-06 21:31:13 +0000
commit5f42a7e43ea79f0a3374ca4729f16304958a7b11 (patch)
tree7c15f1bb134059b5243d909b1cba189b7fee4332 /package/kernel/mac80211/patches
parent7b77b45ce8ebf67cf1836b0244712b64c88db37e (diff)
downloadmaster-187ad058-5f42a7e43ea79f0a3374ca4729f16304958a7b11.tar.gz
master-187ad058-5f42a7e43ea79f0a3374ca4729f16304958a7b11.tar.bz2
master-187ad058-5f42a7e43ea79f0a3374ca4729f16304958a7b11.zip
mac80211: remove useless patch
This patch was already applied upstream, linux/device.h gets included 2 lines above this change. This was done in this commit: https://git.kernel.org/cgit/linux/kernel/git/backports/backports.git/commit/?id=fd6bb301116d48c50722b0a4399e26ab0237e563 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46202 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mac80211/patches')
-rw-r--r--package/kernel/mac80211/patches/004-backports_debugfs_fix.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/kernel/mac80211/patches/004-backports_debugfs_fix.patch b/package/kernel/mac80211/patches/004-backports_debugfs_fix.patch
deleted file mode 100644
index df5ef11382..0000000000
--- a/package/kernel/mac80211/patches/004-backports_debugfs_fix.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/backport-include/linux/debugfs.h
-+++ b/backport-include/linux/debugfs.h
-@@ -4,6 +4,7 @@
- #include <linux/version.h>
- #include <linux/device.h>
- #include <generated/utsrelease.h>
-+#include <linux/device.h>
-
- #if defined(CONFIG_DEBUG_FS)
- struct dentry *debugfs_create_devm_seqfile(struct device *dev, const char *name,