diff options
| author | Fabio Estevam <[email protected]> | 2011-10-25 04:34:20 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-11-03 22:56:19 +0100 |
| commit | ae27cdc648af186a25fc667cc1cbc4927927529b (patch) | |
| tree | 8a4ecd8bb0609f3dc08a97c5cc82b282be6738de | |
| parent | 9c818b1b98b9f23b6cf301389af641e194f061b9 (diff) | |
vision2: Remove unused header file
errno.h is not used on this file, so remove it.
Signed-off-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | 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 d3815b2eed8..aec4aa8d871 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> |
