diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-05-08 03:24:47 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:00 -0400 |
commit | 46595390e97b3ab2741a36f5ff69e8f6033fa9c0 (patch) | |
tree | 911fb1bd59ecf260999eca19fad4534f719894da /init/do_mounts.c | |
parent | b2ead6e012e2b2ab31851c288e0dd7872884a8a3 (diff) |
init/do_mounts.c: proper prepare_namespace() prototype
Add a proper protype for prepare_namespace() in include/linux/init.h.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init/do_mounts.c')
-rw-r--r-- | init/do_mounts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c index dc1ec0803ef9..3f57ed4599d6 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c | |||
@@ -9,6 +9,7 @@ | |||
9 | #include <linux/delay.h> | 9 | #include <linux/delay.h> |
10 | #include <linux/mount.h> | 10 | #include <linux/mount.h> |
11 | #include <linux/device.h> | 11 | #include <linux/device.h> |
12 | #include <linux/init.h> | ||
12 | 13 | ||
13 | #include <linux/nfs_fs.h> | 14 | #include <linux/nfs_fs.h> |
14 | #include <linux/nfs_fs_sb.h> | 15 | #include <linux/nfs_fs_sb.h> |