diff options
Diffstat (limited to 'drivers/isdn/sc')
-rw-r--r-- | drivers/isdn/sc/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/sc/init.c b/drivers/isdn/sc/init.c index ca710ab278e..023de789f25 100644 --- a/drivers/isdn/sc/init.c +++ b/drivers/isdn/sc/init.c | |||
@@ -30,7 +30,7 @@ static const char *boardname[] = { "DataCommute/BRI", "DataCommute/PRI", "TeleCo | |||
30 | static unsigned int io[] = {0,0,0,0}; | 30 | static unsigned int io[] = {0,0,0,0}; |
31 | static unsigned char irq[] = {0,0,0,0}; | 31 | static unsigned char irq[] = {0,0,0,0}; |
32 | static unsigned long ram[] = {0,0,0,0}; | 32 | static unsigned long ram[] = {0,0,0,0}; |
33 | static int do_reset = 0; | 33 | static bool do_reset = 0; |
34 | 34 | ||
35 | module_param_array(io, int, NULL, 0); | 35 | module_param_array(io, int, NULL, 0); |
36 | module_param_array(irq, int, NULL, 0); | 36 | module_param_array(irq, int, NULL, 0); |