summaryrefslogtreecommitdiffstats
path: root/fs/hfs/super.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
commitd6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch)
treee2be02f33984c48ec019c654051d27964e42c441 /fs/hfs/super.c
parent609d1e803baf519487233b765eb487f9ec227a18 (diff)
Merge with 2.3.19.
Diffstat (limited to 'fs/hfs/super.c')
-rw-r--r--fs/hfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfs/super.c b/fs/hfs/super.c
index cae7bbf72..cb10a760c 100644
--- a/fs/hfs/super.c
+++ b/fs/hfs/super.c
@@ -493,7 +493,7 @@ bail3:
return NULL;
}
-__initfunc(int init_hfs_fs(void))
+int __init init_hfs_fs(void)
{
hfs_cat_init();
return register_filesystem(&hfs_fs);