[PATCH] sysfs/mount.c missing include

From: James H. Cloos Jr. (cloos@jhcloos.com)
Date: Tue Mar 04 2003 - 03:04:02 EST


mount.c:sysfs_init() is marked __init but linux/init.h is not #included.

-JimC

 fs/sysfs/mount.c | 1 +
 1 files changed, 1 insertion(+)

diff -Nru a/fs/sysfs/mount.c b/fs/sysfs/mount.c
--- a/fs/sysfs/mount.c Tue Mar 4 02:58:57 2003
+++ b/fs/sysfs/mount.c Tue Mar 4 02:58:57 2003
@@ -5,6 +5,7 @@
 #define DEBUG
 
 #include <linux/fs.h>
+#include <linux/init.h>
 #include <linux/mount.h>
 #include <linux/pagemap.h>
 

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



This archive was generated by hypermail 2b29 : Fri Mar 07 2003 - 22:00:24 EST