From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Tue, 14 Aug 2012 21:40:02 +0200 (CEST) Subject: [U-Boot] [PATCH 4/6] mx35: Remove declaration of non-existing function In-Reply-To: <1398572630.2410677.1344973156134.JavaMail.root@advansee.com> Message-ID: <2023836721.2410689.1344973202525.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Beno?t Th?baudeau Cc: Stefano Babic --- .../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