diff options
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | 2012-08-14 09:40:02 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:28 +0200 |
commit | d365e2d7c3341a84c9fe795d657480337522c79b (patch) | |
tree | 05178caa1e6c097ef66bfae60fe76a5a89bb1826 /arch | |
parent | fe24d6143d11448ae8cbe386a4ef514dfb8bb528 (diff) | |
download | u-boot-d365e2d7c3341a84c9fe795d657480337522c79b.tar.gz u-boot-d365e2d7c3341a84c9fe795d657480337522c79b.tar.xz u-boot-d365e2d7c3341a84c9fe795d657480337522c79b.zip |
mx35: Remove declaration of non-existing function
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Stefano Babic <sbabic@denx.de>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-mx35/sys_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mx35/sys_proto.h b/arch/arm/include/asm/arch-mx35/sys_proto.h index 422eb520aa..9c0d51321d 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 |