diff mbox

[U-Boot] vision2: Remove unused header file

Message ID 1319553260-15678-1-git-send-email-fabio.estevam@freescale.com
State Accepted
Commit ae27cdc648af186a25fc667cc1cbc4927927529b
Delegated to: Stefano Babic
Headers show

Commit Message

Fabio Estevam Oct. 25, 2011, 2:34 p.m. UTC
errno.h is not used on this file, so remove it.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 board/ttcontrol/vision2/vision2.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Stefano Babic Oct. 27, 2011, 12:35 p.m. UTC | #1
On 10/25/2011 04:34 PM, Fabio Estevam wrote:
> errno.h is not used on this file, so remove it.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  board/ttcontrol/vision2/vision2.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/board/ttcontrol/vision2/vision2.c b/board/ttcontrol/vision2/vision2.c
> index d3815b2..aec4aa8 100644
> --- a/board/ttcontrol/vision2/vision2.c
> +++ b/board/ttcontrol/vision2/vision2.c
> @@ -31,7 +31,6 @@
>  #include <asm/arch/iomux.h>
>  #include <asm/gpio.h>
>  #include <asm/arch/sys_proto.h>
> -#include <asm/errno.h>
>  #include <i2c.h>
>  #include <mmc.h>
>  #include <pmic.h>

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/board/ttcontrol/vision2/vision2.c b/board/ttcontrol/vision2/vision2.c
index d3815b2..aec4aa8 100644
--- a/board/ttcontrol/vision2/vision2.c
+++ b/board/ttcontrol/vision2/vision2.c
@@ -31,7 +31,6 @@ 
 #include <asm/arch/iomux.h>
 #include <asm/gpio.h>
 #include <asm/arch/sys_proto.h>
-#include <asm/errno.h>
 #include <i2c.h>
 #include <mmc.h>
 #include <pmic.h>