diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-02-12 03:53:22 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-12 12:48:34 -0500 |
commit | f0d8737bf741181aa6a452cffe3b9c074afa0cc1 (patch) | |
tree | 24164928bf0befff8da3751ccf5c570054d31651 /drivers/isdn/hisax/config.c | |
parent | e3c07b9615ee123113de2e881143eb74442d3bf5 (diff) |
[PATCH] ISDN: Remove defunct test emulator
Based on advice from K. Keil, get rid of remaining traces of defunct test
emulator for HISAX.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Acked-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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); |