diff options
Diffstat (limited to 'drivers/bluetooth/bt3c_cs.c')
-rw-r--r-- | drivers/bluetooth/bt3c_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/bt3c_cs.c b/drivers/bluetooth/bt3c_cs.c index a18f9b8c9e12..7703d6e06fd9 100644 --- a/drivers/bluetooth/bt3c_cs.c +++ b/drivers/bluetooth/bt3c_cs.c | |||
@@ -704,7 +704,7 @@ static int next_tuple(struct pcmcia_device *handle, tuple_t *tuple, cisparse_t * | |||
704 | 704 | ||
705 | static int bt3c_config(struct pcmcia_device *link) | 705 | static int bt3c_config(struct pcmcia_device *link) |
706 | { | 706 | { |
707 | static kio_addr_t base[5] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8, 0x0 }; | 707 | static unsigned int base[5] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8, 0x0 }; |
708 | bt3c_info_t *info = link->priv; | 708 | bt3c_info_t *info = link->priv; |
709 | tuple_t tuple; | 709 | tuple_t tuple; |
710 | u_short buf[256]; | 710 | u_short buf[256]; |