Loading arch/m68k/apollo/config.c +2 −2 Original line number Diff line number Diff line Loading @@ -148,8 +148,8 @@ void dn_serial_print (const char *str) } } void config_apollo(void) { void __init config_apollo(void) { int i; dn_setup_model(); Loading arch/m68k/apollo/dn_ints.c +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ static struct irq_controller apollo_irq_controller = { }; void dn_init_IRQ(void) void __init dn_init_IRQ(void) { m68k_setup_user_interrupt(VEC_USER + 96, 16, dn_process_int); m68k_setup_irq_controller(&apollo_irq_controller, IRQ_APOLLO, 16); Loading arch/m68k/bvme6000/config.c +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ static int bvme6000_get_hardware_list(char *buffer) * This function is called during kernel startup to initialize * the bvme6000 IRQ handling routines. */ static void bvme6000_init_IRQ(void) static void __init bvme6000_init_IRQ(void) { m68k_setup_user_interrupt(VEC_USER, 192, NULL); } Loading arch/m68k/kernel/time.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ static irqreturn_t timer_interrupt(int irq, void *dummy) return IRQ_HANDLED; } void time_init(void) void __init time_init(void) { struct rtc_time time; Loading arch/m68k/mac/config.c +3 −3 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ extern void nubus_sweep_video(void); static void mac_get_model(char *str); static void mac_sched_init(irq_handler_t vector) static void __init mac_sched_init(irq_handler_t vector) { via_init_clock(vector); } Loading Loading @@ -770,7 +770,7 @@ static struct mac_model mac_data_table[] = { } }; void mac_identify(void) void __init mac_identify(void) { struct mac_model *m; Loading Loading @@ -847,7 +847,7 @@ void mac_identify(void) baboon_init(); } void mac_report_hardware(void) void __init mac_report_hardware(void) { printk(KERN_INFO "Apple Macintosh %s\n", macintosh_config->name); } Loading Loading
arch/m68k/apollo/config.c +2 −2 Original line number Diff line number Diff line Loading @@ -148,8 +148,8 @@ void dn_serial_print (const char *str) } } void config_apollo(void) { void __init config_apollo(void) { int i; dn_setup_model(); Loading
arch/m68k/apollo/dn_ints.c +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ static struct irq_controller apollo_irq_controller = { }; void dn_init_IRQ(void) void __init dn_init_IRQ(void) { m68k_setup_user_interrupt(VEC_USER + 96, 16, dn_process_int); m68k_setup_irq_controller(&apollo_irq_controller, IRQ_APOLLO, 16); Loading
arch/m68k/bvme6000/config.c +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ static int bvme6000_get_hardware_list(char *buffer) * This function is called during kernel startup to initialize * the bvme6000 IRQ handling routines. */ static void bvme6000_init_IRQ(void) static void __init bvme6000_init_IRQ(void) { m68k_setup_user_interrupt(VEC_USER, 192, NULL); } Loading
arch/m68k/kernel/time.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ static irqreturn_t timer_interrupt(int irq, void *dummy) return IRQ_HANDLED; } void time_init(void) void __init time_init(void) { struct rtc_time time; Loading
arch/m68k/mac/config.c +3 −3 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ extern void nubus_sweep_video(void); static void mac_get_model(char *str); static void mac_sched_init(irq_handler_t vector) static void __init mac_sched_init(irq_handler_t vector) { via_init_clock(vector); } Loading Loading @@ -770,7 +770,7 @@ static struct mac_model mac_data_table[] = { } }; void mac_identify(void) void __init mac_identify(void) { struct mac_model *m; Loading Loading @@ -847,7 +847,7 @@ void mac_identify(void) baboon_init(); } void mac_report_hardware(void) void __init mac_report_hardware(void) { printk(KERN_INFO "Apple Macintosh %s\n", macintosh_config->name); } Loading