Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 258c4ed0 authored by Syam Sidhardhan's avatar Syam Sidhardhan Committed by Gustavo Padovan
Browse files

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: default avatarSyam Sidhardhan <s.syam@samsung.com>
Signed-off-by: default avatarGustavo Padovan <gustavo.padovan@collabora.co.uk>
parent e9b02748
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
   SOFTWARE IS DISCLAIMED.
*/

#include <linux/export.h>
#include <linux/etherdevice.h>

#include <net/bluetooth/bluetooth.h>
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@

/* Bluetooth HCI event handling. */

#include <linux/export.h>
#include <asm/unaligned.h>

#include <net/bluetooth/bluetooth.h>