diff options
author | Syam Sidhardhan <s.syam@samsung.com> | 2012-10-23 19:02:17 +0530 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2012-11-01 20:27:04 -0200 |
commit | 258c4ed076387fc900ea52869eab9b7ee67ce864 (patch) | |
tree | 219b30eadf59aed74d4b8c498c15b9430fdccaaf /net/bluetooth/bnep | |
parent | e9b02748ffc043e8a36f7893bbf58bb886f0b7e4 (diff) | |
download | op-kernel-dev-258c4ed076387fc900ea52869eab9b7ee67ce864.zip op-kernel-dev-258c4ed076387fc900ea52869eab9b7ee67ce864.tar.gz |
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.c | 1 |
1 files changed, 0 insertions, 1 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> |