patch-2.3.13 linux/drivers/dio/dio.c
Next file: linux/drivers/fc4/soc.c
Previous file: linux/drivers/char/vc_screen.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Aug 5 14:34:02 1999
- Orig file:
v2.3.12/linux/drivers/dio/dio.c
- Orig date:
Sat Jun 13 13:14:31 1998
diff -u --recursive --new-file v2.3.12/linux/drivers/dio/dio.c linux/drivers/dio/dio.c
@@ -112,7 +112,7 @@
static struct dioboard *blist = NULL;
-__initfunc(static int dio_find_slow(int deviceid))
+static int __init dio_find_slow(int deviceid)
{
/* Called to find a DIO device before the full bus scan has run. Basically
only used by the console driver. */
@@ -151,7 +151,7 @@
/* This is the function that scans the DIO space and works out what
* hardware is actually present.
*/
-__initfunc(void dio_init(void))
+void __init dio_init(void)
{
int scode;
struct dioboard *b, *bprev = NULL;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)