Commit 4d8ebddc authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

[PATCH] debugfs: add header file

debugfs needs include/linux/kobject.h for <kernel_subsys>.
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 701e054e
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include <linux/mount.h> #include <linux/mount.h>
#include <linux/pagemap.h> #include <linux/pagemap.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/kobject.h>
#include <linux/namei.h> #include <linux/namei.h>
#include <linux/debugfs.h> #include <linux/debugfs.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment