Commit 726c0eb7 authored by Mianhan Liu's avatar Mianhan Liu Committed by Marcel Holtmann

Bluetooth: ath3k: remove superfluous header files

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: default avatarMianhan Liu <liumh1@shanghaitech.edu.cn>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 520e31a9
......@@ -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>
......
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