diff options
Diffstat (limited to 'drivers/isdn/hisax/teleint.c')
-rw-r--r-- | drivers/isdn/hisax/teleint.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/isdn/hisax/teleint.c b/drivers/isdn/hisax/teleint.c index 0909662b7458..b0ce4ae45cbf 100644 --- a/drivers/isdn/hisax/teleint.c +++ b/drivers/isdn/hisax/teleint.c | |||
@@ -16,8 +16,6 @@ | |||
16 | #include "hfc_2bs0.h" | 16 | #include "hfc_2bs0.h" |
17 | #include "isdnl1.h" | 17 | #include "isdnl1.h" |
18 | 18 | ||
19 | extern const char *CardType[]; | ||
20 | |||
21 | static const char *TeleInt_revision = "$Revision: 1.16.2.5 $"; | 19 | static const char *TeleInt_revision = "$Revision: 1.16.2.5 $"; |
22 | 20 | ||
23 | #define byteout(addr,val) outb(val,addr) | 21 | #define byteout(addr,val) outb(val,addr) |
@@ -286,8 +284,7 @@ setup_TeleInt(struct IsdnCard *card) | |||
286 | init_timer(&cs->hw.hfc.timer); | 284 | init_timer(&cs->hw.hfc.timer); |
287 | if (!request_region(cs->hw.hfc.addr, 2, "TeleInt isdn")) { | 285 | if (!request_region(cs->hw.hfc.addr, 2, "TeleInt isdn")) { |
288 | printk(KERN_WARNING | 286 | printk(KERN_WARNING |
289 | "HiSax: %s config port %x-%x already in use\n", | 287 | "HiSax: TeleInt config port %x-%x already in use\n", |
290 | CardType[card->typ], | ||
291 | cs->hw.hfc.addr, | 288 | cs->hw.hfc.addr, |
292 | cs->hw.hfc.addr + 2); | 289 | cs->hw.hfc.addr + 2); |
293 | return (0); | 290 | return (0); |