Re: [PATCH] Bluetooth: hci_serdev: make hci_serdev_client_ops static

2017-06-23 Thread Marcel Holtmann
Hi Colin, > 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 > --- > drivers/bluetooth/hci_s

[PATCH] Bluetooth: hci_serdev: make hci_serdev_client_ops static

2017-06-23 Thread Colin King
From: Colin Ian King 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 --- drivers/bluetooth/hci_serdev