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

Bluetooth: Remove unnecessary include export.h

For files only using THIS_MODULE and/or EXPORT_SYMBOL, map
them onto including export.h -- or if the file isn't even
using those, then just delete the include.

Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

authored by

Syam Sidhardhan and committed by
Gustavo Padovan
258c4ed0 e9b02748

-2
-1
net/bluetooth/bnep/netdev.c
··· 25 25 SOFTWARE IS DISCLAIMED. 26 26 */ 27 27 28 - #include <linux/export.h> 29 28 #include <linux/etherdevice.h> 30 29 31 30 #include <net/bluetooth/bluetooth.h>
-1
net/bluetooth/hci_event.c
··· 24 24 25 25 /* Bluetooth HCI event handling. */ 26 26 27 - #include <linux/export.h> 28 27 #include <asm/unaligned.h> 29 28 30 29 #include <net/bluetooth/bluetooth.h>