[U-Boot] [PATCH 4/6] mx35: Remove declaration of non-existing function

Benoît Thébaudeau benoit.thebaudeau at advansee.com
Tue Aug 14 21:40:02 CEST 2012


Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau at advansee.com>
Cc: Stefano Babic <sbabic at denx.de>
---
 .../arch/arm/include/asm/arch-mx35/sys_proto.h     |    1 -
 1 file changed, 1 deletion(-)

diff --git u-boot-4d3c95f.orig/arch/arm/include/asm/arch-mx35/sys_proto.h u-boot-4d3c95f/arch/arm/include/asm/arch-mx35/sys_proto.h
index 422eb52..9c0d513 100644
--- u-boot-4d3c95f.orig/arch/arm/include/asm/arch-mx35/sys_proto.h
+++ u-boot-4d3c95f/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


More information about the U-Boot mailing list