Get rid of early_init. There's more need to make this form of
[deliverable/linux.git] / arch / mips / momentum / jaguar_atx / setup.c
index 90288cf2b1e083556c8acb51ac2ea1b996a52f5d..768bf4406452ecc0a7855942affee8316c498eda 100644 (file)
@@ -351,7 +351,7 @@ static __init int __init ja_pci_init(void)
 
 arch_initcall(ja_pci_init);
 
-static int  __init momenco_jaguar_atx_setup(void)
+void __init plat_setup(void)
 {
        unsigned int tmpword;
 
@@ -467,8 +467,4 @@ static int  __init momenco_jaguar_atx_setup(void)
 
        }
 #endif
-
-       return 0;
 }
-
-early_initcall(momenco_jaguar_atx_setup);
This page took 0.044574 seconds and 5 git commands to generate.