From: Mianhan Liu Date: Tue, 28 Sep 2021 19:47:30 +0000 (+0800) Subject: Bluetooth: ath3k: remove superfluous header files X-Git-Tag: v6.6.17~7931^2~36^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=726c0eb7cb15be3e5fe9a9f1c8aad12c5cbe4675;p=platform%2Fkernel%2Flinux-rpi.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 759d782..88262d3 100644 --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include