From: Andrei Emeltchenko Date: Fri, 23 Mar 2012 14:31:49 +0000 (+0200) Subject: Bluetooth: Make L2CAP chan_add functions static X-Git-Tag: v3.5-rc1~101^2~6^2^2^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a284918416e480bf49f8c05dfeefa02640d2d6;p=pandora-kernel.git 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 Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed