diff options
author | Mianhan Liu <liumh1@shanghaitech.edu.cn> | 2021-09-29 03:59:54 +0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2021-09-29 00:13:48 +0200 |
commit | 0eb10c0c6d610baa10b6d1f98e2beed0e6393589 (patch) | |
tree | 37a483060d0e32379b11c4a0d847060a7ab0fe24 | |
parent | f4bcba0e873f96f32e2d358e9f79ddb9a1207835 (diff) | |
download | linux-0eb10c0c6d610baa10b6d1f98e2beed0e6393589.tar.bz2 |
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 <liumh1@shanghaitech.edu.cn>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
-rw-r--r-- | drivers/bluetooth/btrsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <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 |