diff mbox

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

Message ID 2023836721.2410689.1344973202525.JavaMail.root@advansee.com
State Accepted
Commit d365e2d7c3341a84c9fe795d657480337522c79b
Delegated to: Stefano Babic
Headers show

Commit Message

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

Comments

Stefano Babic Aug. 20, 2012, 10:18 a.m. UTC | #1
On 14/08/2012 21:40, Benoît Thébaudeau wrote:
> Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
> Cc: Stefano Babic <sbabic@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
> 

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic
Stefano Babic Aug. 23, 2012, 9:10 a.m. UTC | #2
On 14/08/2012 21:40, Benoît Thébaudeau wrote:
> Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
> Cc: Stefano Babic <sbabic@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
> 

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic
diff mbox

Patch

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