patch-2.1.37 linux/kernel/resource.c
Next file: linux/kernel/sched.c
Previous file: linux/kernel/printk.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon May 12 10:35:44 1997
- Orig file:
v2.1.36/linux/kernel/resource.c
- Orig date:
Mon Apr 14 16:28:26 1997
diff -u --recursive --new-file v2.1.36/linux/kernel/resource.c linux/kernel/resource.c
@@ -12,6 +12,7 @@
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/ioport.h>
+#include <linux/init.h>
#define IOTABLE_SIZE 128
@@ -181,7 +182,7 @@
#endif
/* Called from init/main.c to reserve IO ports. */
-void reserve_setup(char *str, int *ints)
+__initfunc(void reserve_setup(char *str, int *ints))
{
int i;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov