diff options
author | Syam Sidhardhan <s.syam@samsung.com> | 2012-10-23 19:02:18 +0530 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2012-10-24 00:44:05 -0200 |
commit | 2ad8f54bc86809c2a8de3830e3ed275fcc6401ed (patch) | |
tree | e3b7a6092543e5bdb3de2dcb7467ad48db5da8d2 /net/bluetooth/cmtp/sock.c | |
parent | ea5a5c73a278b24f05022b6f073bf5d196a2b271 (diff) | |
download | linux-2ad8f54bc86809c2a8de3830e3ed275fcc6401ed.tar.bz2 |
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/sock.c')
-rw-r--r-- | net/bluetooth/cmtp/sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/cmtp/sock.c b/net/bluetooth/cmtp/sock.c index aacb802d1ee4..1c57482112b6 100644 --- a/net/bluetooth/cmtp/sock.c +++ b/net/bluetooth/cmtp/sock.c @@ -20,7 +20,7 @@ SOFTWARE IS DISCLAIMED. */ -#include <linux/module.h> +#include <linux/export.h> #include <linux/types.h> #include <linux/capability.h> |