diff options
author | Mianhan Liu <liumh1@shanghaitech.edu.cn> | 2021-09-28 22:47:30 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2022-03-18 19:12:09 +0300 |
commit | 726c0eb7cb15be3e5fe9a9f1c8aad12c5cbe4675 (patch) | |
tree | 890f16c8019647dd6886698415edc0bd8978d74a /drivers/bluetooth/ath3k.c | |
parent | 520e31a99100b786d82e518f89e4fd132570a349 (diff) | |
download | linux-726c0eb7cb15be3e5fe9a9f1c8aad12c5cbe4675.tar.xz |
Bluetooth: ath3k: remove superfluous header files
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>
Diffstat (limited to 'drivers/bluetooth/ath3k.c')
-rw-r--r-- | drivers/bluetooth/ath3k.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c index 759d7828931d..88262d3a9392 100644 --- 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> |