diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2006-11-25 11:09:26 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-11-25 13:28:33 -0800 |
commit | 4d8ebddcc525a5800dab5880946cecffe73e9dca (patch) | |
tree | 23a869dbf1403a64ab9a6340c04862fd28ff8bbc /fs | |
parent | 701e054e0c2db82359f0454c7ed4fd24346d52eb (diff) | |
download | linux-3.10-4d8ebddcc525a5800dab5880946cecffe73e9dca.tar.gz linux-3.10-4d8ebddcc525a5800dab5880946cecffe73e9dca.tar.bz2 linux-3.10-4d8ebddcc525a5800dab5880946cecffe73e9dca.zip |
[PATCH] debugfs: add header file
debugfs needs include/linux/kobject.h for <kernel_subsys>.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/debugfs/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c index a736d44989c..137d76c3f90 100644 --- a/fs/debugfs/inode.c +++ b/fs/debugfs/inode.c @@ -21,6 +21,7 @@ #include <linux/mount.h> #include <linux/pagemap.h> #include <linux/init.h> +#include <linux/kobject.h> #include <linux/namei.h> #include <linux/debugfs.h> |