summaryrefslogtreecommitdiffstats
path: root/fs/affs
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/affs
parent609d1e803baf519487233b765eb487f9ec227a18 (diff)
Merge with 2.3.19.
Diffstat (limited to 'fs/affs')
-rw-r--r--fs/affs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/affs/super.c b/fs/affs/super.c
index 9084a4cf3..fe5fd1042 100644
--- a/fs/affs/super.c
+++ b/fs/affs/super.c
@@ -688,7 +688,7 @@ static struct file_system_type affs_fs_type = {
NULL
};
-__initfunc(int init_affs_fs(void))
+int __init init_affs_fs(void)
{
return register_filesystem(&affs_fs_type);
}