diff options
author | Syam Sidhardhan <s.syam@samsung.com> | 2013-03-05 10:57:41 +0800 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2013-06-03 13:50:07 +0800 |
commit | 28b27d88eeec1b221cd4faa6b5144f57372f0cbe (patch) | |
tree | ae335008270d44a056640bff0c6d08fce12fb848 | |
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>
-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 9936c180bf0..f7e347ea75a 100644 --- a/arch/arm/mach-prima2/pm.c +++ b/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> |