From: Johan Hedberg Date: Tue, 20 May 2014 06:45:47 +0000 (+0300) Subject: Bluetooth: Make SMP context private to smp.c X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~99^2^2~43^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bc58f51e156227d139668199ffe5df2ccb2f3c2;p=pandora-kernel.git Bluetooth: Make SMP context private to smp.c There are no users of the smp_chan struct outside of smp.c so move it away from smp.h. The addition of the l2cap.h include to hci_core.c, hci_conn.c and mgmt.c is something that should have been there already previously to avoid warnings of undeclared struct l2cap_conn, but the compiler warning was apparently shadowed away by the mention of l2cap_conn in the struct smp_chan definition. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed