diff options
-rw-r--r-- | drivers/bluetooth/btwilink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btwilink.c b/drivers/bluetooth/btwilink.c index 85a3978b064f..0cdb8961e9a1 100644 --- a/drivers/bluetooth/btwilink.c +++ b/drivers/bluetooth/btwilink.c | |||
@@ -276,7 +276,7 @@ static int ti_st_send_frame(struct hci_dev *hdev, struct sk_buff *skb) | |||
276 | 276 | ||
277 | static int bt_ti_probe(struct platform_device *pdev) | 277 | static int bt_ti_probe(struct platform_device *pdev) |
278 | { | 278 | { |
279 | static struct ti_st *hst; | 279 | struct ti_st *hst; |
280 | struct hci_dev *hdev; | 280 | struct hci_dev *hdev; |
281 | int err; | 281 | int err; |
282 | 282 | ||