From 0eb10c0c6d610baa10b6d1f98e2beed0e6393589 Mon Sep 17 00:00:00 2001 From: Mianhan Liu Date: Wed, 29 Sep 2021 03:59:54 +0800 Subject: Bluetooth: btrsi: remove superfluous header files from btrsi.c btrsi.c hasn't use any macro or function declared in net/genetlink.h. Thus, these files can be removed from btrsi.c safely without affecting the compilation of the ./drivers/bluetooth module Signed-off-by: Mianhan Liu Signed-off-by: Marcel Holtmann --- drivers/bluetooth/btrsi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/bluetooth/btrsi.c') diff --git a/drivers/bluetooth/btrsi.c b/drivers/bluetooth/btrsi.c index 8646b6dd11e9..634cf8f5ed2d 100644 --- a/drivers/bluetooth/btrsi.c +++ b/drivers/bluetooth/btrsi.c @@ -19,7 +19,6 @@ #include #include #include -#include #define RSI_DMA_ALIGN 8 #define RSI_FRAME_DESC_SIZE 16 -- cgit v1.2.3