diff options
-rw-r--r-- | drivers/isdn/hardware/mISDN/hfcpci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/mISDN/hfcpci.c b/drivers/isdn/hardware/mISDN/hfcpci.c index 2bb85c48b9b7..641a9cd1a532 100644 --- a/drivers/isdn/hardware/mISDN/hfcpci.c +++ b/drivers/isdn/hardware/mISDN/hfcpci.c | |||
@@ -57,7 +57,7 @@ static int HFC_cnt; | |||
57 | static uint debug; | 57 | static uint debug; |
58 | static uint poll, tics; | 58 | static uint poll, tics; |
59 | static struct timer_list hfc_tl; | 59 | static struct timer_list hfc_tl; |
60 | static u32 hfc_jiffies; | 60 | static unsigned long hfc_jiffies; |
61 | 61 | ||
62 | MODULE_AUTHOR("Karsten Keil"); | 62 | MODULE_AUTHOR("Karsten Keil"); |
63 | MODULE_LICENSE("GPL"); | 63 | MODULE_LICENSE("GPL"); |