From d6434e1042f3b0a6dfe1b1f615af369486f9b1fa Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 9 Oct 1999 00:00:47 +0000 Subject: Merge with 2.3.19. --- drivers/dio/dio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/dio') diff --git a/drivers/dio/dio.c b/drivers/dio/dio.c index eaab1ab1f..ad4cc7544 100644 --- a/drivers/dio/dio.c +++ b/drivers/dio/dio.c @@ -112,7 +112,7 @@ struct dioboard 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 @@ int dio_find(int deviceid) /* 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; -- cgit v1.2.3