Bluetooth: Remove unnecessary include export.h
authorSyam Sidhardhan <s.syam@samsung.com>
Tue, 23 Oct 2012 13:32:17 +0000 (19:02 +0530)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 1 Nov 2012 22:27:04 +0000 (20:27 -0200)
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>
net/bluetooth/bnep/netdev.c
net/bluetooth/hci_event.c

index 98f86f91d47c691b9e6604b73e2e8248f29921cf..e58c8b32589c44811c042a623c48e1ca1d8550a1 100644 (file)
@@ -25,7 +25,6 @@
    SOFTWARE IS DISCLAIMED.
 */
 
-#include <linux/export.h>
 #include <linux/etherdevice.h>
 
 #include <net/bluetooth/bluetooth.h>
index aa79ed278959fbda2ecb70447237d0fdab79e105..c4e10e656c689704bf3fe93239515b7e8a84df74 100644 (file)
@@ -24,7 +24,6 @@
 
 /* Bluetooth HCI event handling. */
 
-#include <linux/export.h>
 #include <asm/unaligned.h>
 
 #include <net/bluetooth/bluetooth.h>