diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-06 10:36:47 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 19:41:02 +0100 |
commit | 011e3fcd1e1f14ef54db30b93404ab7caa726477 (patch) | |
tree | 2d8b5dc618f370cb8f2aafd16f15e324fca872bb /fs/proc/proc_misc.c | |
parent | kernel/notifier.c should #include <linux/reboot.h> (diff) | |
download | linux-011e3fcd1e1f14ef54db30b93404ab7caa726477.tar.xz linux-011e3fcd1e1f14ef54db30b93404ab7caa726477.zip |
proper prototype for get_filesystem_list()
Ad a proper prototype for migration_init() in include/linux/fs.h
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/proc/proc_misc.c')
-rw-r--r-- | fs/proc/proc_misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/proc/proc_misc.c b/fs/proc/proc_misc.c index c0a90954016f..383ff068ab2e 100644 --- a/fs/proc/proc_misc.c +++ b/fs/proc/proc_misc.c @@ -65,7 +65,6 @@ */ extern int get_hardware_list(char *); extern int get_stram_list(char *); -extern int get_filesystem_list(char *); extern int get_exec_domain_list(char *); extern int get_dma_list(char *); |