From: Chanwoo Choi Date: Thu, 10 Jul 2014 00:33:16 +0000 (+0900) Subject: ARM: exynos: Remove build error of sec-reboot.c X-Git-Tag: submit/tizen/20141121.110247~435 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f97654efe2541f6a11a2ff2a978ed2da5aaf9bc2;p=platform%2Fkernel%2Flinux-3.10.git ARM: exynos: Remove build error of sec-reboot.c This patch remove build error of sec-reboot.c as following log: CC arch/arm/mach-exynos/sec-reboot.o arch/arm/mach-exynos/sec-reboot.c: In function ‘sec_power_off’: arch/arm/mach-exynos/sec-reboot.c:72:3: error: implicit declaration of function ‘IS_ERR’ [-Werror=implicit-function-declaration] arch/arm/mach-exynos/sec-reboot.c: In function ‘sec_reboot_parse_dt’: arch/arm/mach-exynos/sec-reboot.c:210:3: error: implicit declaration of function ‘ERR_PTR’ [-Werror=implicit-function-declaration] arch/arm/mach-exynos/sec-reboot.c:210:3: warning: return makes pointer from integer without a cast [enabled by default] cc1: some warnings being treated as errors Signed-off-by: Chanwoo Choi --- diff --git a/arch/arm/mach-exynos/sec-reboot.c b/arch/arm/mach-exynos/sec-reboot.c index b53e9b7..818b46e 100644 --- a/arch/arm/mach-exynos/sec-reboot.c +++ b/arch/arm/mach-exynos/sec-reboot.c @@ -1,4 +1,5 @@ #include +#include #include #include #include