diff options
Diffstat (limited to 'drivers/bluetooth/bluecard_cs.c')
-rw-r--r-- | drivers/bluetooth/bluecard_cs.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/bluetooth/bluecard_cs.c b/drivers/bluetooth/bluecard_cs.c index 1fcd92380356..585c88e01893 100644 --- a/drivers/bluetooth/bluecard_cs.c +++ b/drivers/bluetooth/bluecard_cs.c | |||
@@ -231,12 +231,12 @@ static void bluecard_write_wakeup(bluecard_info_t *info) | |||
231 | } | 231 | } |
232 | 232 | ||
233 | do { | 233 | do { |
234 | register unsigned int iobase = info->p_dev->resource[0]->start; | 234 | unsigned int iobase = info->p_dev->resource[0]->start; |
235 | register unsigned int offset; | 235 | unsigned int offset; |
236 | register unsigned char command; | 236 | unsigned char command; |
237 | register unsigned long ready_bit; | 237 | unsigned long ready_bit; |
238 | register struct sk_buff *skb; | 238 | register struct sk_buff *skb; |
239 | register int len; | 239 | int len; |
240 | 240 | ||
241 | clear_bit(XMIT_WAKEUP, &(info->tx_state)); | 241 | clear_bit(XMIT_WAKEUP, &(info->tx_state)); |
242 | 242 | ||