diff options
Diffstat (limited to 'drivers/isdn/hisax/hisax.h')
-rw-r--r-- | drivers/isdn/hisax/hisax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hisax/hisax.h b/drivers/isdn/hisax/hisax.h index 2f9d5118ceaf..159c5896061e 100644 --- a/drivers/isdn/hisax/hisax.h +++ b/drivers/isdn/hisax/hisax.h | |||
@@ -941,7 +941,7 @@ struct IsdnCardState { | |||
941 | int (*cardmsg) (struct IsdnCardState *, int, void *); | 941 | int (*cardmsg) (struct IsdnCardState *, int, void *); |
942 | void (*setstack_d) (struct PStack *, struct IsdnCardState *); | 942 | void (*setstack_d) (struct PStack *, struct IsdnCardState *); |
943 | void (*DC_Close) (struct IsdnCardState *); | 943 | void (*DC_Close) (struct IsdnCardState *); |
944 | int (*irq_func) (int, void *, struct pt_regs *); | 944 | int (*irq_func) (int, void *); |
945 | int (*auxcmd) (struct IsdnCardState *, isdn_ctrl *); | 945 | int (*auxcmd) (struct IsdnCardState *, isdn_ctrl *); |
946 | struct Channel channel[2+MAX_WAITING_CALLS]; | 946 | struct Channel channel[2+MAX_WAITING_CALLS]; |
947 | struct BCState bcs[2+MAX_WAITING_CALLS]; | 947 | struct BCState bcs[2+MAX_WAITING_CALLS]; |