diff options
Diffstat (limited to 'drivers/isdn/hysdn')
-rw-r--r-- | drivers/isdn/hysdn/boardergo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hysdn/boardergo.c b/drivers/isdn/hysdn/boardergo.c index 73afebdf80bd..160f22fa5941 100644 --- a/drivers/isdn/hysdn/boardergo.c +++ b/drivers/isdn/hysdn/boardergo.c | |||
@@ -33,7 +33,7 @@ | |||
33 | /* The cards interrupt handler. Called from system */ | 33 | /* The cards interrupt handler. Called from system */ |
34 | /***************************************************/ | 34 | /***************************************************/ |
35 | static irqreturn_t | 35 | static irqreturn_t |
36 | ergo_interrupt(int intno, void *dev_id, struct pt_regs *regs) | 36 | ergo_interrupt(int intno, void *dev_id) |
37 | { | 37 | { |
38 | hysdn_card *card = dev_id; /* parameter from irq */ | 38 | hysdn_card *card = dev_id; /* parameter from irq */ |
39 | tErgDpram *dpr; | 39 | tErgDpram *dpr; |