diff options
Diffstat (limited to 'drivers/isdn/hisax/mic.c')
-rw-r--r-- | drivers/isdn/hisax/mic.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/isdn/hisax/mic.c b/drivers/isdn/hisax/mic.c index a81d175d9f6..253943029d2 100644 --- a/drivers/isdn/hisax/mic.c +++ b/drivers/isdn/hisax/mic.c | |||
@@ -16,8 +16,6 @@ | |||
16 | #include "hscx.h" | 16 | #include "hscx.h" |
17 | #include "isdnl1.h" | 17 | #include "isdnl1.h" |
18 | 18 | ||
19 | extern const char *CardType[]; | ||
20 | |||
21 | static const char *mic_revision = "$Revision: 1.12.2.4 $"; | 19 | static const char *mic_revision = "$Revision: 1.12.2.4 $"; |
22 | 20 | ||
23 | #define byteout(addr,val) outb(val,addr) | 21 | #define byteout(addr,val) outb(val,addr) |
@@ -210,8 +208,7 @@ setup_mic(struct IsdnCard *card) | |||
210 | 208 | ||
211 | if (!request_region(cs->hw.mic.cfg_reg, bytecnt, "mic isdn")) { | 209 | if (!request_region(cs->hw.mic.cfg_reg, bytecnt, "mic isdn")) { |
212 | printk(KERN_WARNING | 210 | printk(KERN_WARNING |
213 | "HiSax: %s config port %x-%x already in use\n", | 211 | "HiSax: ith mic config port %x-%x already in use\n", |
214 | CardType[card->typ], | ||
215 | cs->hw.mic.cfg_reg, | 212 | cs->hw.mic.cfg_reg, |
216 | cs->hw.mic.cfg_reg + bytecnt); | 213 | cs->hw.mic.cfg_reg + bytecnt); |
217 | return (0); | 214 | return (0); |