File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -317,7 +317,6 @@ extern void gsc_init(void);
317317extern void processor_init (void );
318318extern void ccio_init (void );
319319extern void hppb_init (void );
320- extern void dino_init (void );
321320extern void iosapic_init (void );
322321extern void lba_init (void );
323322extern void sba_init (void );
Original file line number Diff line number Diff line change @@ -311,10 +311,6 @@ static int __init parisc_init(void)
311311 hppb_init ();
312312#endif
313313
314- #if defined(CONFIG_GSC_DINO )
315- dino_init ();
316- #endif
317-
318314#ifdef CONFIG_CHASSIS_LCD_LED
319315 register_led_regions (); /* register LED port info in procfs */
320316#endif
Original file line number Diff line number Diff line change @@ -1084,8 +1084,8 @@ static struct parisc_driver dino_driver __refdata = {
10841084 * This is the only routine which is NOT static.
10851085 * Must be called exactly once before pci_init().
10861086 */
1087- void __init dino_init (void )
1087+ static int __init dino_init (void )
10881088{
1089- register_parisc_driver (& dino_driver );
1089+ return register_parisc_driver (& dino_driver );
10901090}
1091-
1091+ arch_initcall ( dino_init );
You can’t perform that action at this time.
0 commit comments