summaryrefslogtreecommitdiff
path: root/net/bluetooth
diff options
context:
space:
mode:
authorSyam Sidhardhan <s.syam@samsung.com>2012-10-23 13:32:17 (GMT)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-11-01 22:27:04 (GMT)
commit258c4ed076387fc900ea52869eab9b7ee67ce864 (patch)
tree219b30eadf59aed74d4b8c498c15b9430fdccaaf /net/bluetooth
parente9b02748ffc043e8a36f7893bbf58bb886f0b7e4 (diff)
downloadlinux-fsl-qoriq-258c4ed076387fc900ea52869eab9b7ee67ce864.tar.xz
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>
Diffstat (limited to 'net/bluetooth')
-rw-r--r--net/bluetooth/bnep/netdev.c1
-rw-r--r--net/bluetooth/hci_event.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/net/bluetooth/bnep/netdev.c b/net/bluetooth/bnep/netdev.c
index 98f86f9..e58c8b3 100644
--- a/net/bluetooth/bnep/netdev.c
+++ b/net/bluetooth/bnep/netdev.c
@@ -25,7 +25,6 @@
SOFTWARE IS DISCLAIMED.
*/
-#include <linux/export.h>
#include <linux/etherdevice.h>
#include <net/bluetooth/bluetooth.h>
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c
index aa79ed2..c4e10e6 100644
--- a/net/bluetooth/hci_event.c
+++ b/net/bluetooth/hci_event.c
@@ -24,7 +24,6 @@
/* Bluetooth HCI event handling. */
-#include <linux/export.h>
#include <asm/unaligned.h>
#include <net/bluetooth/bluetooth.h>