From: Benoît Thébaudeau Date: Tue, 14 Aug 2012 09:40:02 +0000 (+0000) Subject: mx35: Remove declaration of non-existing function X-Git-Tag: v2012.10-rc1~154 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d365e2d7c3341a84c9fe795d657480337522c79b;p=platform%2Fkernel%2Fu-boot.git mx35: Remove declaration of non-existing function Signed-off-by: Benoît Thébaudeau Cc: Stefano Babic Acked-by: Stefano Babic --- diff --git a/arch/arm/include/asm/arch-mx35/sys_proto.h b/arch/arm/include/asm/arch-mx35/sys_proto.h index 422eb52..9c0d513 100644 --- a/arch/arm/include/asm/arch-mx35/sys_proto.h +++ b/arch/arm/include/asm/arch-mx35/sys_proto.h @@ -26,6 +26,5 @@ u32 get_cpu_rev(void); #define is_soc_rev(rev) ((get_cpu_rev() & 0xFF) - rev) -void sdelay(unsigned long); #endif