diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2011-11-08 11:57:59 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-11-09 06:07:32 +0100 |
commit | 76ee4557137ce12a60a1e1a070ed341182163a64 (patch) | |
tree | baea1df596afc7166da09dea6b99d79ff533cbea /arch/arm/plat-s5p | |
parent | Linux 3.2-rc1 (diff) | |
download | linux-76ee4557137ce12a60a1e1a070ed341182163a64.tar.xz linux-76ee4557137ce12a60a1e1a070ed341182163a64.zip |
ARM: EXYNOS: Fix compiler error with THIS_MODULE
CC arch/arm/mach-exynos/cpuidle.o
arch/arm/mach-exynos/cpuidle.c:36: error: 'THIS_MODULE' undeclared here (not in a function)
arch/arm/mach-exynos/cpuidle.c: In function 'exynos4_enter_idle':
arch/arm/mach-exynos/cpuidle.c:42: error: storage size of 'before' isn't known
arch/arm/mach-exynos/cpuidle.c:42: error: storage size of 'after' isn't known
arch/arm/mach-exynos/cpuidle.c:46: error: implicit declaration of function 'do_gettimeofday'
arch/arm/mach-exynos/cpuidle.c:52: error: 'USEC_PER_SEC' undeclared (first use in this function)
arch/arm/mach-exynos/cpuidle.c:52: error: (Each undeclared identifier is reported only once
arch/arm/mach-exynos/cpuidle.c:52: error: for each function it appears in.)
arch/arm/mach-exynos/cpuidle.c:42: warning: unused variable 'after'
arch/arm/mach-exynos/cpuidle.c:42: warning: unused variable 'before'
make[1]: *** [arch/arm/mach-exynos/cpuidle.o] Error 1
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
[kgene.kim@samsung.com: Fixed as per Stephen's suggestion]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-s5p')
0 files changed, 0 insertions, 0 deletions