Get rid of early_init. There's more need to make this form of

initialization actually useful and as is certainly unmergable with
upstream.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2005-06-21 13:56:30 +00:00
parent 8c93650890
commit c83cfc9c94
34 changed files with 53 additions and 161 deletions

View File

@@ -52,9 +52,11 @@ static int __init lasat_pci_setup(void)
}
register_pci_controller(&lasat_pci_controller);
return 0;
return 0;
}
early_initcall(lasat_pci_setup);
arch_initcall(lasat_pci_setup);
#define LASATINT_ETH1 0
#define LASATINT_ETH0 1