[PATCH] debugfs: add header file

From: Randy Dunlap
Date: Fri Nov 17 2006 - 00:42:05 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

debugfs needs include/linux/kobject.h for <kernel_subsys>.

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
fs/debugfs/inode.c | 1 +
1 file changed, 1 insertion(+)

--- linux-2619-rc5mm2.orig/fs/debugfs/inode.c
+++ linux-2619-rc5mm2/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>



---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/