mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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>
This commit is contained in:
committed by
Gustavo Padovan
parent
e9b02748ff
commit
258c4ed076
@@ -25,7 +25,6 @@
|
||||
SOFTWARE IS DISCLAIMED.
|
||||
*/
|
||||
|
||||
#include <linux/export.h>
|
||||
#include <linux/etherdevice.h>
|
||||
|
||||
#include <net/bluetooth/bluetooth.h>
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
|
||||
/* Bluetooth HCI event handling. */
|
||||
|
||||
#include <linux/export.h>
|
||||
#include <asm/unaligned.h>
|
||||
|
||||
#include <net/bluetooth/bluetooth.h>
|
||||
|
||||
Reference in New Issue
Block a user