From: Mianhan Liu Date: Tue, 28 Sep 2021 19:47:30 +0000 (+0800) Subject: Bluetooth: ath3k: remove superfluous header files X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=726c0eb7cb15be3e5fe9a9f1c8aad12c5cbe4675;p=linux.git 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 Signed-off-by: Marcel Holtmann --- diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c index 759d7828931d9..88262d3a93923 100644 --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include