diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
commit | d6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch) | |
tree | e2be02f33984c48ec019c654051d27964e42c441 /arch/sparc/prom/sun4prom.c | |
parent | 609d1e803baf519487233b765eb487f9ec227a18 (diff) |
Merge with 2.3.19.
Diffstat (limited to 'arch/sparc/prom/sun4prom.c')
-rw-r--r-- | arch/sparc/prom/sun4prom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/prom/sun4prom.c b/arch/sparc/prom/sun4prom.c index ce15ebb43..69ca735f0 100644 --- a/arch/sparc/prom/sun4prom.c +++ b/arch/sparc/prom/sun4prom.c @@ -114,7 +114,7 @@ static struct linux_nodeops sun4_nodeops = { static int synch_hook; -__initfunc(struct linux_romvec *sun4_prom_init(void)) +struct linux_romvec * __init sun4_prom_init(void) { int i; unsigned char x; |