aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hisax/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/hisax/config.c')
-rw-r--r--drivers/isdn/hisax/config.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/isdn/hisax/config.c b/drivers/isdn/hisax/config.c
index 9d6b7b0f6746..17ec0b70ba1d 100644
--- a/drivers/isdn/hisax/config.c
+++ b/drivers/isdn/hisax/config.c
@@ -227,14 +227,6 @@ const char *CardType[] = {
227#define DEFAULT_CFG {5,0x2E0,0,0} 227#define DEFAULT_CFG {5,0x2E0,0,0}
228#endif 228#endif
229 229
230
231#ifdef CONFIG_HISAX_AMD7930
232#undef DEFAULT_CARD
233#undef DEFAULT_CFG
234#define DEFAULT_CARD ISDN_CTYPE_AMD7930
235#define DEFAULT_CFG {12,0x3e0,0,0}
236#endif
237
238#ifdef CONFIG_HISAX_NICCY 230#ifdef CONFIG_HISAX_NICCY
239#undef DEFAULT_CARD 231#undef DEFAULT_CARD
240#undef DEFAULT_CFG 232#undef DEFAULT_CFG
@@ -545,10 +537,6 @@ extern int setup_hfcpci(struct IsdnCard *card);
545extern int setup_hfcsx(struct IsdnCard *card); 537extern int setup_hfcsx(struct IsdnCard *card);
546#endif 538#endif
547 539
548#if CARD_AMD7930
549extern int setup_amd7930(struct IsdnCard *card);
550#endif
551
552#if CARD_NICCY 540#if CARD_NICCY
553extern int setup_niccy(struct IsdnCard *card); 541extern int setup_niccy(struct IsdnCard *card);
554#endif 542#endif
@@ -1063,11 +1051,6 @@ static int checkcard(int cardnr, char *id, int *busy_flag, struct module *lockow
1063 ret = setup_niccy(card); 1051 ret = setup_niccy(card);
1064 break; 1052 break;
1065#endif 1053#endif
1066#if CARD_AMD7930
1067 case ISDN_CTYPE_AMD7930:
1068 ret = setup_amd7930(card);
1069 break;
1070#endif
1071#if CARD_ISURF 1054#if CARD_ISURF
1072 case ISDN_CTYPE_ISURF: 1055 case ISDN_CTYPE_ISURF:
1073 ret = setup_isurf(card); 1056 ret = setup_isurf(card);
@@ -1436,7 +1419,6 @@ static int __init HiSax_init(void)
1436 break; 1419 break;
1437 case ISDN_CTYPE_ELSA_PCI: 1420 case ISDN_CTYPE_ELSA_PCI:
1438 case ISDN_CTYPE_NETJET_S: 1421 case ISDN_CTYPE_NETJET_S:
1439 case ISDN_CTYPE_AMD7930:
1440 case ISDN_CTYPE_TELESPCI: 1422 case ISDN_CTYPE_TELESPCI:
1441 case ISDN_CTYPE_W6692: 1423 case ISDN_CTYPE_W6692:
1442 case ISDN_CTYPE_NETJET_U: 1424 case ISDN_CTYPE_NETJET_U: