aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorMianhan Liu <liumh1@shanghaitech.edu.cn>2021-09-29 03:51:08 +0800
committerMarcel Holtmann <marcel@holtmann.org>2022-03-18 17:12:09 +0100
commit520e31a99100b786d82e518f89e4fd132570a349 (patch)
treea7884d05fd9f47916d557249daaf677db90c6f29 /drivers/bluetooth
parentBluetooth: hci_bcm: Add the Asus TF103C to the bcm_broken_irq_dmi_table (diff)
downloadlinux-dev-520e31a99100b786d82e518f89e4fd132570a349.tar.xz
linux-dev-520e31a99100b786d82e518f89e4fd132570a349.zip
Bluetooth: bcm203x: remove superfluous header files
bcm203x.c hasn't use any macro or function declared in linux/atomic.h. Thus, these files can be removed from bcm203x.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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/bcm203x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/bcm203x.c b/drivers/bluetooth/bcm203x.c
index e667933c3d70..c738ad0408cb 100644
--- a/drivers/bluetooth/bcm203x.c
+++ b/drivers/bluetooth/bcm203x.c
@@ -9,7 +9,6 @@
#include <linux/module.h>
-#include <linux/atomic.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/slab.h>