Blob Blame History Raw
From: Mianhan Liu <liumh1@shanghaitech.edu.cn>
Date: Wed, 29 Sep 2021 03:47:30 +0800
Subject: Bluetooth: ath3k: remove superfluous header files
Patch-mainline: v5.18-rc1
Git-commit: 726c0eb7cb15be3e5fe9a9f1c8aad12c5cbe4675
References: jsc#PED-1407

ath3k.c hasn't use any macro or function declared in linux/device.h.
Thus, these files can be removed from ath3k.c safely without
affecting the compilation of the ./drivers/bluetooth module

Signed-off-by: Mianhan Liu <liumh1@shanghaitech.edu.cn>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Acked-by: Lee, Chun-Yi <jlee@suse.com>
---
 drivers/bluetooth/ath3k.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/bluetooth/ath3k.c
+++ b/drivers/bluetooth/ath3k.c
@@ -10,7 +10,6 @@
 #include <linux/slab.h>
 #include <linux/types.h>
 #include <linux/errno.h>
-#include <linux/device.h>
 #include <linux/firmware.h>
 #include <linux/usb.h>
 #include <asm/unaligned.h>