From 5abb65d94efc65f47179a8814925a113f4af0db6 Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Fri, 4 Dec 2009 15:29:03 +0900 Subject: [PATCH] s5pc110: sleep: remove warnings sleep.c:347: warning: implicit declaration of function 'l2_cache_disable' sleep.c:348: warning: implicit declaration of function 'invalidate_dcache' sleep.c:348: warning: implicit declaration of function 'get_device_type' Signed-off-by: Minkyu Kang --- cpu/arm_cortexa8/s5pc1xx/sleep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/arm_cortexa8/s5pc1xx/sleep.c b/cpu/arm_cortexa8/s5pc1xx/sleep.c index 7c844c7..4f98b73 100644 --- a/cpu/arm_cortexa8/s5pc1xx/sleep.c +++ b/cpu/arm_cortexa8/s5pc1xx/sleep.c @@ -17,6 +17,7 @@ #include #include +#include #define CONFIG_CPU_S5PC110_EVT0_ERRATA -- 2.7.4