diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
commit | 03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch) | |
tree | 88db8dba75ae06ba3bad08e42c5e52efc162535c /fs/binfmt_misc.c | |
parent | 257730f99381dd26e10b832fce4c94cae7ac1176 (diff) |
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'fs/binfmt_misc.c')
-rw-r--r-- | fs/binfmt_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c index bc1da662e..8acea3b64 100644 --- a/fs/binfmt_misc.c +++ b/fs/binfmt_misc.c @@ -488,7 +488,7 @@ static void bm_modcount(struct inode *inode, int fill) } #endif -__initfunc(int init_misc_binfmt(void)) +int __init init_misc_binfmt(void) { struct proc_dir_entry *status = NULL, *reg; int error = -ENOMEM; |