diff options
Diffstat (limited to 'drivers/bluetooth/btuart_cs.c')
| -rw-r--r-- | drivers/bluetooth/btuart_cs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bluetooth/btuart_cs.c b/drivers/bluetooth/btuart_cs.c index c4fc2f3fc32c..65b8d996840c 100644 --- a/drivers/bluetooth/btuart_cs.c +++ b/drivers/bluetooth/btuart_cs.c | |||
| @@ -140,9 +140,9 @@ static void btuart_write_wakeup(btuart_info_t *info) | |||
| 140 | } | 140 | } |
| 141 | 141 | ||
| 142 | do { | 142 | do { |
| 143 | register unsigned int iobase = info->p_dev->resource[0]->start; | 143 | unsigned int iobase = info->p_dev->resource[0]->start; |
| 144 | register struct sk_buff *skb; | 144 | register struct sk_buff *skb; |
| 145 | register int len; | 145 | int len; |
| 146 | 146 | ||
| 147 | clear_bit(XMIT_WAKEUP, &(info->tx_state)); | 147 | clear_bit(XMIT_WAKEUP, &(info->tx_state)); |
| 148 | 148 | ||
