|
@@ -85,7 +85,7 @@ extern void nubus_sweep_video(void);
|
|
|
|
|
|
static void mac_get_model(char *str);
|
|
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);
|
|
via_init_clock(vector);
|
|
}
|
|
}
|
|
@@ -770,7 +770,7 @@ static struct mac_model mac_data_table[] = {
|
|
}
|
|
}
|
|
};
|
|
};
|
|
|
|
|
|
-void mac_identify(void)
|
|
|
|
|
|
+void __init mac_identify(void)
|
|
{
|
|
{
|
|
struct mac_model *m;
|
|
struct mac_model *m;
|
|
|
|
|
|
@@ -847,7 +847,7 @@ void mac_identify(void)
|
|
baboon_init();
|
|
baboon_init();
|
|
}
|
|
}
|
|
|
|
|
|
-void mac_report_hardware(void)
|
|
|
|
|
|
+void __init mac_report_hardware(void)
|
|
{
|
|
{
|
|
printk(KERN_INFO "Apple Macintosh %s\n", macintosh_config->name);
|
|
printk(KERN_INFO "Apple Macintosh %s\n", macintosh_config->name);
|
|
}
|
|
}
|