Browse Source

ARM: prima2: 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>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Syam Sidhardhan 12 years ago
parent
commit
28b27d88ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-prima2/pm.c

+ 1 - 1
arch/arm/mach-prima2/pm.c

@@ -9,7 +9,7 @@
 #include <linux/kernel.h>
 #include <linux/suspend.h>
 #include <linux/slab.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/of.h>
 #include <linux/of_address.h>
 #include <linux/of_device.h>