Message ID | 20210928195659.18645-1-liumh1@shanghaitech.edu.cn (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | ./drivers/bluetooth/btqcomsmd.c: remove superfluous header files from btqcomsmd.c | expand |
diff --git a/drivers/bluetooth/btqcomsmd.c b/drivers/bluetooth/btqcomsmd.c index 2acb719e5..0fcb423c4 100644 --- a/drivers/bluetooth/btqcomsmd.c +++ b/drivers/bluetooth/btqcomsmd.c @@ -5,9 +5,7 @@ */ #include <linux/module.h> -#include <linux/slab.h> #include <linux/rpmsg.h> -#include <linux/of.h> #include <linux/soc/qcom/wcnss_ctrl.h> #include <linux/platform_device.h> @@ -15,7 +13,6 @@ #include <net/bluetooth/bluetooth.h> #include <net/bluetooth/hci_core.h> -#include "btqca.h" struct btqcomsmd { struct hci_dev *hdev;