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>
Mon, 21 Nov 2011 16:44:49 +0000 (14:44 -0200)
commit7784d78f184a80ca576f87b5a663b7b40e7a9b25
tree8973effcaadd64d05e8202fabceefdf972ab9f38
parentc768708a9b34979425ca54734910276250cde405
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