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 <redacted>
Signed-off-by: Andrei Emeltchenko <redacted>
---
net/bluetooth/hci_core.c | 5 +++++
net/bluetooth/l2cap_core.c | 4 ----
2 files changed, 5 insertions(+), 4 deletions(-)