Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1673396
| From | Marcel Holtmann <marcel@holtmann.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] Bluetooth: hci_serdev: make hci_serdev_client_ops static |
| Date | 2017-06-23 11:00 +0200 |
| Message-ID | <tVsBB-8nM-39@gated-at.bofh.it> (permalink) |
| References | <tVsie-8gZ-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@canonical.com> > --- > drivers/bluetooth/hci_serdev.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] Bluetooth: hci_serdev: make hci_serdev_client_ops static Colin King <colin.king@canonical.com> - 2017-06-23 10:40 +0200 Re: [PATCH] Bluetooth: hci_serdev: make hci_serdev_client_ops static Marcel Holtmann <marcel@holtmann.org> - 2017-06-23 11:00 +0200
csiph-web