Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Mianhan Liu and committed by
Marcel Holtmann
520e31a9 27e8527e

-1
-1
drivers/bluetooth/bcm203x.c
··· 9 9 10 10 #include <linux/module.h> 11 11 12 - #include <linux/atomic.h> 13 12 #include <linux/kernel.h> 14 13 #include <linux/init.h> 15 14 #include <linux/slab.h>