You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
331 B
10 lines
331 B
--- 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,
|
|
|