patch-2.3.16 linux/arch/m68k/sun3x/config.c
Next file: linux/arch/m68k/sun3x/sbus.c
Previous file: linux/arch/m68k/q40/config.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu Aug 26 12:42:31 1999
- Orig file:
v2.3.15/linux/arch/m68k/sun3x/config.c
- Orig date:
Tue May 11 09:57:14 1999
diff -u --recursive --new-file v2.3.15/linux/arch/m68k/sun3x/config.c linux/arch/m68k/sun3x/config.c
@@ -39,7 +39,7 @@
asm ("reset");
}
-__initfunc(int sun3x_keyb_init(void))
+int __init sun3x_keyb_init(void)
{
return 0;
}
@@ -75,7 +75,7 @@
*sun3x_intreg &= ~(1 << irq);
}
-__initfunc(void sun3x_init_IRQ(void))
+void __init sun3x_init_IRQ(void)
{
/* disable all interrupts initially */
*sun3x_intreg = 1; /* master enable only */
@@ -89,7 +89,7 @@
/*
* Setup the sun3x configuration info
*/
-__initfunc(void config_sun3x(void))
+void __init config_sun3x(void)
{
mach_get_irq_list = sun3x_get_irq_list;
mach_max_dma_address = 0xffffffff; /* we can DMA anywhere, whee */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)