[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210928195954.19629-1-liumh1@shanghaitech.edu.cn>
Date: Wed, 29 Sep 2021 03:59:54 +0800
From: Mianhan Liu <liumh1@...nghaitech.edu.cn>
To: Marcel Holtmann <marcel@...tmann.org>,
Johan Hedberg <johan.hedberg@...il.com>,
Luiz Augusto von Dentz <luiz.dentz@...il.com>
CC: <linux-bluetooth@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Mianhan Liu <liumh1@...nghaitech.edu.cn>
Subject: [PATCH -next] ./drivers/bluetooth/btrsi.c: 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 <liumh1@...nghaitech.edu.cn>
---
drivers/bluetooth/btrsi.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/bluetooth/btrsi.c b/drivers/bluetooth/btrsi.c
index 8646b6dd1..634cf8f5e 100644
--- a/drivers/bluetooth/btrsi.c
+++ b/drivers/bluetooth/btrsi.c
@@ -19,7 +19,6 @@
#include <net/bluetooth/hci_core.h>
#include <asm/unaligned.h>
#include <net/rsi_91x.h>
-#include <net/genetlink.h>
#define RSI_DMA_ALIGN 8
#define RSI_FRAME_DESC_SIZE 16
--
2.25.1
Powered by blists - more mailing lists