Skip to content

Commit

Permalink
Bluetooth: bcm203x: remove superfluous header files
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mianhan Liu authored and Marcel Holtmann committed Mar 18, 2022
1 parent 27e8527 commit 520e31a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/bluetooth/bcm203x.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include <linux/module.h>

#include <linux/atomic.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/slab.h>
Expand Down

0 comments on commit 520e31a

Please sign in to comment.