aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2015-07-06 21:31:13 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2015-07-06 21:31:13 +0000
commit1b2d8f79fdb99c651bca3f01a10c19ce26ca279f (patch)
treec352ae1321d6f587eb11b31e8dc6fd246c7bcda3 /package
parentba94a9309a3334b1c70a14cabf52ca6e809a1081 (diff)
downloadupstream-1b2d8f79fdb99c651bca3f01a10c19ce26ca279f.tar.gz
upstream-1b2d8f79fdb99c651bca3f01a10c19ce26ca279f.tar.bz2
upstream-1b2d8f79fdb99c651bca3f01a10c19ce26ca279f.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> SVN-Revision: 46202
Diffstat (limited to 'package')
-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,