]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: Make L2CAP chan_add functions static
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Fri, 23 Mar 2012 14:31:49 +0000 (16:31 +0200)
committerGustavo Padovan <gustavo@padovan.org>
Wed, 28 Mar 2012 15:28:55 +0000 (12:28 -0300)
commit6062ec4cb3863669d908e4ba7ac205600058b7e2
tree27b9317cc0b6128025f5f7cc685ce730d727f967
parent75ed714f76228904bafa7f00556272f4bf7d78c4
Bluetooth: Make L2CAP chan_add functions static

Remove sparse warnings below:

...
net/bluetooth/l2cap_core.c:302:6: warning: symbol '__l2cap_chan_add' was
not declared. Should it be static?
net/bluetooth/l2cap_core.c:351:6: warning: symbol 'l2cap_chan_add' was
not declared. Should it be static?
...

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
net/bluetooth/l2cap_core.c