diff options
Diffstat (limited to 'drivers/isdn/mISDN/timerdev.c')
-rw-r--r-- | drivers/isdn/mISDN/timerdev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/mISDN/timerdev.c b/drivers/isdn/mISDN/timerdev.c index 875fabe16e36..a8d1d9fb89e2 100644 --- a/drivers/isdn/mISDN/timerdev.c +++ b/drivers/isdn/mISDN/timerdev.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <linux/module.h> | 24 | #include <linux/module.h> |
25 | #include <linux/mISDNif.h> | 25 | #include <linux/mISDNif.h> |
26 | 26 | ||
27 | static int *debug; | 27 | static u_int *debug; |
28 | 28 | ||
29 | 29 | ||
30 | struct mISDNtimerdev { | 30 | struct mISDNtimerdev { |
@@ -274,7 +274,7 @@ static struct miscdevice mISDNtimer = { | |||
274 | }; | 274 | }; |
275 | 275 | ||
276 | int | 276 | int |
277 | mISDN_inittimer(int *deb) | 277 | mISDN_inittimer(u_int *deb) |
278 | { | 278 | { |
279 | int err; | 279 | int err; |
280 | 280 | ||