[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>
This commit is contained in:

committed by
Linus Torvalds

parent
e3c07b9615
commit
f0d8737bf7
@@ -549,10 +549,6 @@ extern int setup_isurf(struct IsdnCard *card);
|
||||
extern int setup_saphir(struct IsdnCard *card);
|
||||
#endif
|
||||
|
||||
#if CARD_TESTEMU
|
||||
extern int setup_testemu(struct IsdnCard *card);
|
||||
#endif
|
||||
|
||||
#if CARD_BKM_A4T
|
||||
extern int setup_bkm_a4t(struct IsdnCard *card);
|
||||
#endif
|
||||
@@ -1061,11 +1057,6 @@ static int checkcard(int cardnr, char *id, int *busy_flag, struct module *lockow
|
||||
ret = setup_saphir(card);
|
||||
break;
|
||||
#endif
|
||||
#if CARD_TESTEMU
|
||||
case ISDN_CTYPE_TESTEMU:
|
||||
ret = setup_testemu(card);
|
||||
break;
|
||||
#endif
|
||||
#if CARD_BKM_A4T
|
||||
case ISDN_CTYPE_BKM_A4T:
|
||||
ret = setup_bkm_a4t(card);
|
||||
|
Reference in New Issue
Block a user