diff options
author | Syam Sidhardhan <s.syam@samsung.com> | 2013-03-04 21:57:41 -0500 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2013-06-03 01:50:07 -0400 |
commit | 28b27d88eeec1b221cd4faa6b5144f57372f0cbe (patch) | |
tree | ae335008270d44a056640bff0c6d08fce12fb848 /arch/arm/mach-prima2 | |
parent | d683b96b072dc4680fc74964eca77e6a23d1fa6e (diff) |
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>
Diffstat (limited to 'arch/arm/mach-prima2')
-rw-r--r-- | arch/arm/mach-prima2/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-prima2/pm.c b/arch/arm/mach-prima2/pm.c index 9936c180bf01..f7e347ea75aa 100644 --- a/arch/arm/mach-prima2/pm.c +++ b/arch/arm/mach-prima2/pm.c | |||
@@ -9,7 +9,7 @@ | |||
9 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
10 | #include <linux/suspend.h> | 10 | #include <linux/suspend.h> |
11 | #include <linux/slab.h> | 11 | #include <linux/slab.h> |
12 | #include <linux/module.h> | 12 | #include <linux/export.h> |
13 | #include <linux/of.h> | 13 | #include <linux/of.h> |
14 | #include <linux/of_address.h> | 14 | #include <linux/of_address.h> |
15 | #include <linux/of_device.h> | 15 | #include <linux/of_device.h> |