Browse Source

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>
Syam Sidhardhan 12 years ago
parent
commit
2ad8f54bc8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      net/bluetooth/cmtp/capi.c
  2. 1 1
      net/bluetooth/cmtp/sock.c

+ 1 - 1
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>

+ 1 - 1
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>