Skip to content

Commit

Permalink
Bluetooth: ath3k: remove superfluous header files
Browse files Browse the repository at this point in the history
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 <liumh1@shanghaitech.edu.cn>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Mianhan Liu authored and Marcel Holtmann committed Mar 18, 2022
1 parent 520e31a commit 726c0eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/bluetooth/ath3k.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/device.h>
#include <linux/firmware.h>
#include <linux/usb.h>
#include <asm/unaligned.h>
Expand Down

0 comments on commit 726c0eb

Please sign in to comment.