aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_ll.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/hci_ll.c')
-rw-r--r--drivers/bluetooth/hci_ll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_ll.c b/drivers/bluetooth/hci_ll.c
index 79eea1cbd988..e66f0fa65485 100644
--- a/drivers/bluetooth/hci_ll.c
+++ b/drivers/bluetooth/hci_ll.c
@@ -505,7 +505,7 @@ static struct sk_buff *ll_dequeue(struct hci_uart *hu)
505 return skb_dequeue(&ll->txq); 505 return skb_dequeue(&ll->txq);
506} 506}
507 507
508static struct hci_uart_proto llp = { 508static const struct hci_uart_proto llp = {
509 .id = HCI_UART_LL, 509 .id = HCI_UART_LL,
510 .open = ll_open, 510 .open = ll_open,
511 .close = ll_close, 511 .close = ll_close,