Explorar o código

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 %!s(int64=12) %!d(string=hai) anos
pai
achega
2ad8f54bc8
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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>