b30e092de6
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46198
11 lines
325 B
Diff
11 lines
325 B
Diff
--- 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,
|