aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMianhan Liu <[email protected]>2021-09-29 03:47:30 +0800
committerMarcel Holtmann <[email protected]>2022-03-18 17:12:09 +0100
commit726c0eb7cb15be3e5fe9a9f1c8aad12c5cbe4675 (patch)
tree890f16c8019647dd6886698415edc0bd8978d74a
parent520e31a99100b786d82e518f89e4fd132570a349 (diff)
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 <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
-rw-r--r--drivers/bluetooth/ath3k.c1
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>