Vendor specific headers should be included only when enabled because hci_uart does not need it always. Signed-off-by: Chan-yeol Park <chanyeol.park@xxxxxxxxxxx> --- drivers/bluetooth/hci_ldisc.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c index ac87346..231c622 100644 --- a/drivers/bluetooth/hci_ldisc.c +++ b/drivers/bluetooth/hci_ldisc.c @@ -45,8 +45,12 @@ #include <net/bluetooth/bluetooth.h> #include <net/bluetooth/hci_core.h> +#ifdef CONFIG_BT_HCIUART_INTEL #include "btintel.h" +#endif +#ifdef CONFIG_BT_HCIUART_BCM #include "btbcm.h" +#endif #include "hci_uart.h" #define VERSION "2.3" -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html