diff options
Diffstat (limited to 'arch/mips/vr41xx/nec-cmbvr4133/setup.c')
| -rw-r--r-- | arch/mips/vr41xx/nec-cmbvr4133/setup.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/vr41xx/nec-cmbvr4133/setup.c b/arch/mips/vr41xx/nec-cmbvr4133/setup.c index db686ce42e..53272a5c3c 100644 --- a/arch/mips/vr41xx/nec-cmbvr4133/setup.c +++ b/arch/mips/vr41xx/nec-cmbvr4133/setup.c | |||
| @@ -56,7 +56,7 @@ static struct mtd_partition cmbvr4133_mtd_parts[] = { | |||
| 56 | 56 | ||
| 57 | extern void i8259_init(void); | 57 | extern void i8259_init(void); |
| 58 | 58 | ||
| 59 | static int __init nec_cmbvr4133_setup(void) | 59 | static void __init nec_cmbvr4133_setup(void) |
| 60 | { | 60 | { |
| 61 | #ifdef CONFIG_ROCKHOPPER | 61 | #ifdef CONFIG_ROCKHOPPER |
| 62 | extern void disable_pcnet(void); | 62 | extern void disable_pcnet(void); |
| @@ -90,7 +90,4 @@ static int __init nec_cmbvr4133_setup(void) | |||
| 90 | #ifdef CONFIG_ROCKHOPPER | 90 | #ifdef CONFIG_ROCKHOPPER |
| 91 | i8259_init(); | 91 | i8259_init(); |
| 92 | #endif | 92 | #endif |
| 93 | return 0; | ||
| 94 | } | 93 | } |
| 95 | |||
| 96 | early_initcall(nec_cmbvr4133_setup); | ||
