From c18479fe017b9d3b65b7682f2b9e711389441186 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 18 Oct 2007 23:39:11 -0700 Subject: put declaration of put_filesystem() in fs.h Declarations go into headers. Signed-off-by: Miklos Szeredi Cc: Ram Pai Acked-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- fs/super.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fs/super.c') diff --git a/fs/super.c b/fs/super.c index 1bfcca2104b..d62629c6c0c 100644 --- a/fs/super.c +++ b/fs/super.c @@ -40,10 +40,6 @@ #include -void get_filesystem(struct file_system_type *fs); -void put_filesystem(struct file_system_type *fs); -struct file_system_type *get_fs_type(const char *name); - LIST_HEAD(super_blocks); DEFINE_SPINLOCK(sb_lock); -- cgit v1.2.3