]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: making enable_hs independent from L2CAP
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Fri, 18 Nov 2011 11:35:42 +0000 (13:35 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Fri, 18 Nov 2011 13:35:28 +0000 (11:35 -0200)
commita9c81fb095103da789ccf278897a1ef164dd200b
tree5885c3436842bf3ee0d1594a0bb9c199f3044a9d
parent2d2f6194447aa5d7780c810930c2511351514c49
Bluetooth: making enable_hs independent from L2CAP

Fixes bluetooth compiling when CONFIG_BT_L2CAP is not enabled

net/built-in.o: In function `hci_dev_open':
(.text+0xdce9a): undefined reference to `enable_hs'

Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hci_core.c
net/bluetooth/l2cap_core.c