diff options
Diffstat (limited to 'drivers/isdn/hisax/gazel.c')
-rw-r--r-- | drivers/isdn/hisax/gazel.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/isdn/hisax/gazel.c b/drivers/isdn/hisax/gazel.c index f66620ad8e7c..0ea3b4607680 100644 --- a/drivers/isdn/hisax/gazel.c +++ b/drivers/isdn/hisax/gazel.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include "ipac.h" | 19 | #include "ipac.h" |
20 | #include <linux/pci.h> | 20 | #include <linux/pci.h> |
21 | 21 | ||
22 | extern const char *CardType[]; | ||
23 | static const char *gazel_revision = "$Revision: 2.19.2.4 $"; | 22 | static const char *gazel_revision = "$Revision: 2.19.2.4 $"; |
24 | 23 | ||
25 | #define R647 1 | 24 | #define R647 1 |
@@ -479,8 +478,8 @@ reserve_regions(struct IsdnCard *card, struct IsdnCardState *cs) | |||
479 | return 0; | 478 | return 0; |
480 | 479 | ||
481 | error: | 480 | error: |
482 | printk(KERN_WARNING "Gazel: %s io ports 0x%x-0x%x already in use\n", | 481 | printk(KERN_WARNING "Gazel: io ports 0x%x-0x%x already in use\n", |
483 | CardType[cs->typ], adr, adr + len); | 482 | adr, adr + len); |
484 | return 1; | 483 | return 1; |
485 | } | 484 | } |
486 | 485 | ||