Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh...
[deliverable/linux.git] / drivers / bluetooth / hci_ldisc.c
index 73202624133b4e180a45c75f12ae329cc934bac0..c00168a5bb800f3e74f6924f197e668020f02eb9 100644 (file)
@@ -804,6 +804,9 @@ static int __init hci_uart_init(void)
 #ifdef CONFIG_BT_HCIUART_QCA
        qca_init();
 #endif
+#ifdef CONFIG_BT_HCIUART_AG6XX
+       ag6xx_init();
+#endif
 
        return 0;
 }
@@ -836,6 +839,9 @@ static void __exit hci_uart_exit(void)
 #ifdef CONFIG_BT_HCIUART_QCA
        qca_deinit();
 #endif
+#ifdef CONFIG_BT_HCIUART_AG6XX
+       ag6xx_deinit();
+#endif
 
        /* Release tty registration of line discipline */
        err = tty_unregister_ldisc(N_HCI);
This page took 0.027133 seconds and 5 git commands to generate.