diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/isdn/hisax/hfc_sx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/isdn/hisax/hfc_sx.c b/drivers/isdn/hisax/hfc_sx.c index 4fd09d21a27f..05482d2688e3 100644 --- a/drivers/isdn/hisax/hfc_sx.c +++ b/drivers/isdn/hisax/hfc_sx.c | |||
@@ -1330,8 +1330,7 @@ hfcsx_bh(struct work_struct *work) | |||
1330 | /********************************/ | 1330 | /********************************/ |
1331 | /* called for card init message */ | 1331 | /* called for card init message */ |
1332 | /********************************/ | 1332 | /********************************/ |
1333 | static void __devinit | 1333 | static void inithfcsx(struct IsdnCardState *cs) |
1334 | inithfcsx(struct IsdnCardState *cs) | ||
1335 | { | 1334 | { |
1336 | cs->setstack_d = setstack_hfcsx; | 1335 | cs->setstack_d = setstack_hfcsx; |
1337 | cs->BC_Send_Data = &hfcsx_send_data; | 1336 | cs->BC_Send_Data = &hfcsx_send_data; |