Commit 0eb10c0c authored by Mianhan Liu's avatar Mianhan Liu Committed by Marcel Holtmann

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: default avatarMianhan Liu <liumh1@shanghaitech.edu.cn>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent f4bcba0e
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include <net/bluetooth/hci_core.h> #include <net/bluetooth/hci_core.h>
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include <net/rsi_91x.h> #include <net/rsi_91x.h>
#include <net/genetlink.h>
#define RSI_DMA_ALIGN 8 #define RSI_DMA_ALIGN 8
#define RSI_FRAME_DESC_SIZE 16 #define RSI_FRAME_DESC_SIZE 16
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment