diff options
Diffstat (limited to 'drivers/isdn/mISDN/layer2.c')
-rw-r--r-- | drivers/isdn/mISDN/layer2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/mISDN/layer2.c b/drivers/isdn/mISDN/layer2.c index a7915a156c04..77fca3b061de 100644 --- a/drivers/isdn/mISDN/layer2.c +++ b/drivers/isdn/mISDN/layer2.c | |||
@@ -18,7 +18,7 @@ | |||
18 | #include "fsm.h" | 18 | #include "fsm.h" |
19 | #include "layer2.h" | 19 | #include "layer2.h" |
20 | 20 | ||
21 | static int *debug; | 21 | static u_int *debug; |
22 | 22 | ||
23 | static | 23 | static |
24 | struct Fsm l2fsm = {NULL, 0, 0, NULL, NULL}; | 24 | struct Fsm l2fsm = {NULL, 0, 0, NULL, NULL}; |