aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/cmtp/capi.c
diff options
context:
space:
mode:
authorSyam Sidhardhan <s.syam@samsung.com>2012-10-23 19:02:18 +0530
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-10-24 00:44:05 -0200
commit2ad8f54bc86809c2a8de3830e3ed275fcc6401ed (patch)
treee3b7a6092543e5bdb3de2dcb7467ad48db5da8d2 /net/bluetooth/cmtp/capi.c
parentBluetooth: trivial: Remove newline before EOF (diff)
downloadlinux-dev-2ad8f54bc86809c2a8de3830e3ed275fcc6401ed.tar.xz
linux-dev-2ad8f54bc86809c2a8de3830e3ed275fcc6401ed.zip
Bluetooth: Replace include linux/module.h with linux/export.h
include <linux/export.h> is the right to go here. Signed-off-by: Syam Sidhardhan <s.syam@samsung.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'net/bluetooth/cmtp/capi.c')
-rw-r--r--net/bluetooth/cmtp/capi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/cmtp/capi.c b/net/bluetooth/cmtp/capi.c
index 50f0d135eb8f..a4a9d4b6816c 100644
--- a/net/bluetooth/cmtp/capi.c
+++ b/net/bluetooth/cmtp/capi.c
@@ -20,7 +20,7 @@
SOFTWARE IS DISCLAIMED.
*/
-#include <linux/module.h>
+#include <linux/export.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/types.h>