From: Syam Sidhardhan Date: Tue, 23 Oct 2012 13:32:18 +0000 (+0530) Subject: Bluetooth: Replace include linux/module.h with linux/export.h X-Git-Tag: v3.8-rc1~139^2~17^2~247^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ad8f54bc86809c2a8de3830e3ed275fcc6401ed;p=platform%2Fkernel%2Flinux-stable.git Bluetooth: Replace include linux/module.h with linux/export.h include is the right to go here. Signed-off-by: Syam Sidhardhan Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- diff --git a/net/bluetooth/cmtp/capi.c b/net/bluetooth/cmtp/capi.c index 50f0d13..a4a9d4b 100644 --- a/net/bluetooth/cmtp/capi.c +++ b/net/bluetooth/cmtp/capi.c @@ -20,7 +20,7 @@ SOFTWARE IS DISCLAIMED. */ -#include +#include #include #include #include diff --git a/net/bluetooth/cmtp/sock.c b/net/bluetooth/cmtp/sock.c index aacb802..1c57482 100644 --- a/net/bluetooth/cmtp/sock.c +++ b/net/bluetooth/cmtp/sock.c @@ -20,7 +20,7 @@ SOFTWARE IS DISCLAIMED. */ -#include +#include #include #include