aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/bnep
diff options
context:
space:
mode:
authorSyam Sidhardhan <s.syam@samsung.com>2012-10-23 19:02:17 +0530
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-11-01 20:27:04 -0200
commit258c4ed076387fc900ea52869eab9b7ee67ce864 (patch)
tree219b30eadf59aed74d4b8c498c15b9430fdccaaf /net/bluetooth/bnep
parentBluetooth: Add put(hcon) when deleting hchan (diff)
downloadlinux-dev-258c4ed076387fc900ea52869eab9b7ee67ce864.tar.xz
linux-dev-258c4ed076387fc900ea52869eab9b7ee67ce864.zip
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/bnep')
-rw-r--r--net/bluetooth/bnep/netdev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/bnep/netdev.c b/net/bluetooth/bnep/netdev.c
index 98f86f91d47c..e58c8b32589c 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>