004-backports_debugfs_fix.patch 325 B

12345678910
  1. --- a/backport-include/linux/debugfs.h
  2. +++ b/backport-include/linux/debugfs.h
  3. @@ -4,6 +4,7 @@
  4. #include <linux/version.h>
  5. #include <linux/device.h>
  6. #include <generated/utsrelease.h>
  7. +#include <linux/device.h>
  8. #if defined(CONFIG_DEBUG_FS)
  9. struct dentry *debugfs_create_devm_seqfile(struct device *dev, const char *name,