diff options
Diffstat (limited to 'drivers/isdn/hisax/config.c')
-rw-r--r-- | drivers/isdn/hisax/config.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/isdn/hisax/config.c b/drivers/isdn/hisax/config.c index 29e98f7c2076..da4196f21e0f 100644 --- a/drivers/isdn/hisax/config.c +++ b/drivers/isdn/hisax/config.c | |||
@@ -549,10 +549,6 @@ extern int setup_isurf(struct IsdnCard *card); | |||
549 | extern int setup_saphir(struct IsdnCard *card); | 549 | extern int setup_saphir(struct IsdnCard *card); |
550 | #endif | 550 | #endif |
551 | 551 | ||
552 | #if CARD_TESTEMU | ||
553 | extern int setup_testemu(struct IsdnCard *card); | ||
554 | #endif | ||
555 | |||
556 | #if CARD_BKM_A4T | 552 | #if CARD_BKM_A4T |
557 | extern int setup_bkm_a4t(struct IsdnCard *card); | 553 | extern int setup_bkm_a4t(struct IsdnCard *card); |
558 | #endif | 554 | #endif |
@@ -1061,11 +1057,6 @@ static int checkcard(int cardnr, char *id, int *busy_flag, struct module *lockow | |||
1061 | ret = setup_saphir(card); | 1057 | ret = setup_saphir(card); |
1062 | break; | 1058 | break; |
1063 | #endif | 1059 | #endif |
1064 | #if CARD_TESTEMU | ||
1065 | case ISDN_CTYPE_TESTEMU: | ||
1066 | ret = setup_testemu(card); | ||
1067 | break; | ||
1068 | #endif | ||
1069 | #if CARD_BKM_A4T | 1060 | #if CARD_BKM_A4T |
1070 | case ISDN_CTYPE_BKM_A4T: | 1061 | case ISDN_CTYPE_BKM_A4T: |
1071 | ret = setup_bkm_a4t(card); | 1062 | ret = setup_bkm_a4t(card); |