summaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/004-backports_debugfs_fix.patch
blob: d48a72344390a36ca046e0b0bba8405f90f01173 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/backport-include/linux/debugfs.h
+++ b/backport-include/linux/debugfs.h
@@ -3,6 +3,7 @@
 #include_next <linux/debugfs.h>
 #include <linux/version.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,