diff options
Diffstat (limited to 'package/kernel/mac80211/patches/004-backports_debugfs_fix.patch')
-rw-r--r-- | package/kernel/mac80211/patches/004-backports_debugfs_fix.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/004-backports_debugfs_fix.patch b/package/kernel/mac80211/patches/004-backports_debugfs_fix.patch index d48a723..df5ef11 100644 --- a/package/kernel/mac80211/patches/004-backports_debugfs_fix.patch +++ b/package/kernel/mac80211/patches/004-backports_debugfs_fix.patch @@ -1,8 +1,8 @@ --- a/backport-include/linux/debugfs.h +++ b/backport-include/linux/debugfs.h -@@ -3,6 +3,7 @@ - #include_next <linux/debugfs.h> +@@ -4,6 +4,7 @@ #include <linux/version.h> + #include <linux/device.h> #include <generated/utsrelease.h> +#include <linux/device.h> |