patch-2.1.37 linux/arch/m68k/kernel/ints.c

Next file: linux/arch/m68k/kernel/m68k_ksyms.c
Previous file: linux/arch/m68k/boot/amiga/linuxboot.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.36/linux/arch/m68k/kernel/ints.c linux/arch/m68k/kernel/ints.c
@@ -29,6 +29,7 @@
 #include <linux/sched.h>
 #include <linux/kernel_stat.h>
 #include <linux/errno.h>
+#include <linux/init.h>
 
 #include <asm/system.h>
 #include <asm/irq.h>
@@ -79,7 +80,7 @@
  * the IRQ handling routines.
  */
 
-void init_IRQ(void)
+__initfunc(void init_IRQ(void))
 {
 	int i;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov