]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Bluetooth: hci_serdev: make hci_serdev_client_ops static
authorColin Ian King <colin.king@canonical.com>
Fri, 23 Jun 2017 08:37:38 +0000 (09:37 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 23 Jun 2017 08:49:11 +0000 (10:49 +0200)
commit640e32c9ee55a7938eb7d629a87f46a94f77a87f
tree974c38c6e0d5208c517aef05b8ccf1396256378f
parent4b943faedfc29eda882851b772c06cecdf78d8e3
Bluetooth: hci_serdev: make hci_serdev_client_ops static

The structure hci_serdev_client_ops does not need to be in global scope
and is not modified, so make it static.

Cleans up sparse warning:
"symbol 'hci_serdev_client_ops' was not declared. Should it be static?"

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_serdev.c