diff options
Diffstat (limited to 'drivers/bluetooth/btuart_cs.c')
-rw-r--r-- | drivers/bluetooth/btuart_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btuart_cs.c b/drivers/bluetooth/btuart_cs.c index dade1626865b..68d1d258e6a4 100644 --- a/drivers/bluetooth/btuart_cs.c +++ b/drivers/bluetooth/btuart_cs.c | |||
@@ -634,7 +634,7 @@ static int next_tuple(struct pcmcia_device *handle, tuple_t *tuple, cisparse_t * | |||
634 | 634 | ||
635 | static int btuart_config(struct pcmcia_device *link) | 635 | static int btuart_config(struct pcmcia_device *link) |
636 | { | 636 | { |
637 | static kio_addr_t base[5] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8, 0x0 }; | 637 | static unsigned int base[5] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8, 0x0 }; |
638 | btuart_info_t *info = link->priv; | 638 | btuart_info_t *info = link->priv; |
639 | tuple_t tuple; | 639 | tuple_t tuple; |
640 | u_short buf[256]; | 640 | u_short buf[256]; |