summaryrefslogtreecommitdiffstats
path: root/fs/ntfs
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/ntfs
parent609d1e803baf519487233b765eb487f9ec227a18 (diff)
Merge with 2.3.19.
Diffstat (limited to 'fs/ntfs')
-rw-r--r--fs/ntfs/fs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ntfs/fs.c b/fs/ntfs/fs.c
index cc6bfe2e3..4fe6df055 100644
--- a/fs/ntfs/fs.c
+++ b/fs/ntfs/fs.c
@@ -1028,10 +1028,10 @@ static struct file_system_type ntfs_fs_type = {
/* When this code is not compiled as a module, this is the main entry point,
* called by do_sys_setup() in fs/filesystems.c
*
- * NOTE : __initfunc() is a macro used to remove this function from memory
+ * NOTE : __init is a macro used to remove this function from memory
* once initialization is done
*/
-__initfunc(int init_ntfs_fs(void))
+int __init init_ntfs_fs(void)
{
/* Comment this if you trust klogd. There are reasons not to trust it
*/