diff options
Diffstat (limited to 'drivers/char/wdt.c')
-rw-r--r-- | drivers/char/wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/wdt.c b/drivers/char/wdt.c index e32131b63..31837eee2 100644 --- a/drivers/char/wdt.c +++ b/drivers/char/wdt.c @@ -61,7 +61,7 @@ static int irq=14; * Setup options */ -void wdt_setup(char *str, int *ints) +__initfunc(void wdt_setup(char *str, int *ints)) { if(ints[0]>0) { |