···19941994** This is the only routine which is NOT static.19951995** Must be called exactly once before pci_init().19961996*/19971997-void __init sba_init(void)19971997+static int __init sba_init(void)19981998{19991999- register_parisc_driver(&sba_driver);19991999+ return register_parisc_driver(&sba_driver);20002000}20012001+arch_initcall(sba_init);200120022002200320032004/**