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

From: Marcel Holtmann
Date: Fri Jun 23 2017 - 04:56:18 EST


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 <colin.king@xxxxxxxxxxxxx>
> ---
> drivers/bluetooth/hci_serdev.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel