diff options
Diffstat (limited to 'drivers/isdn/hisax/isac.c')
-rw-r--r-- | drivers/isdn/hisax/isac.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/drivers/isdn/hisax/isac.c b/drivers/isdn/hisax/isac.c index 4e9f23803dae..07b1673122b8 100644 --- a/drivers/isdn/hisax/isac.c +++ b/drivers/isdn/hisax/isac.c | |||
@@ -27,8 +27,7 @@ static char *ISACVer[] __devinitdata = | |||
27 | {"2086/2186 V1.1", "2085 B1", "2085 B2", | 27 | {"2086/2186 V1.1", "2085 B1", "2085 B2", |
28 | "2085 V2.3"}; | 28 | "2085 V2.3"}; |
29 | 29 | ||
30 | void | 30 | void __devinit ISACVersion(struct IsdnCardState *cs, char *s) |
31 | ISACVersion(struct IsdnCardState *cs, char *s) | ||
32 | { | 31 | { |
33 | int val; | 32 | int val; |
34 | 33 | ||
@@ -616,8 +615,7 @@ dbusy_timer_handler(struct IsdnCardState *cs) | |||
616 | } | 615 | } |
617 | } | 616 | } |
618 | 617 | ||
619 | void __devinit | 618 | void initisac(struct IsdnCardState *cs) |
620 | initisac(struct IsdnCardState *cs) | ||
621 | { | 619 | { |
622 | cs->setstack_d = setstack_isac; | 620 | cs->setstack_d = setstack_isac; |
623 | cs->DC_Close = DC_Close_isac; | 621 | cs->DC_Close = DC_Close_isac; |
@@ -648,8 +646,7 @@ initisac(struct IsdnCardState *cs) | |||
648 | cs->writeisac(cs, ISAC_MASK, 0x0); | 646 | cs->writeisac(cs, ISAC_MASK, 0x0); |
649 | } | 647 | } |
650 | 648 | ||
651 | void __devinit | 649 | void clear_pending_isac_ints(struct IsdnCardState *cs) |
652 | clear_pending_isac_ints(struct IsdnCardState *cs) | ||
653 | { | 650 | { |
654 | int val, eval; | 651 | int val, eval; |
655 | 652 | ||