lkml.org 
[lkml]   [2003]   [Mar]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] sysfs/mount.c missing include
From
Date
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/

\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.121 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site