From: Randy Dunlap Date: Sat, 25 Nov 2006 19:09:26 +0000 (-0800) Subject: [PATCH] debugfs: add header file X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4d8ebddcc525a5800dab5880946cecffe73e9dca;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git [PATCH] debugfs: add header file debugfs needs include/linux/kobject.h for . Signed-off-by: Randy Dunlap Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c index a736d44989c4..137d76c3f90a 100644 --- a/fs/debugfs/inode.c +++ b/fs/debugfs/inode.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include