diff options
author | Sandeep Paulraj <s-paulraj@ti.com> | 2009-09-14 15:03:06 -0400 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-13 06:17:35 -0500 |
commit | 5d783c1ffd691ffdadbc2c2f796c41481b7cdce7 (patch) | |
tree | 4469ab2830f50d15cfea68244faa03fecda80668 /board/davinci/dm365evm | |
parent | 409ec37bd8ae8822d276e77419d899571891b191 (diff) | |
download | u-boot-imx-5d783c1ffd691ffdadbc2c2f796c41481b7cdce7.zip u-boot-imx-5d783c1ffd691ffdadbc2c2f796c41481b7cdce7.tar.gz u-boot-imx-5d783c1ffd691ffdadbc2c2f796c41481b7cdce7.tar.bz2 |
TI DaVinci DM365: Removing header file which does not exist
The DaVinci DM365 EVM board specific code was including a header file
which does not exist. So removing this header file.
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'board/davinci/dm365evm')
-rw-r--r-- | board/davinci/dm365evm/dm365evm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/davinci/dm365evm/dm365evm.c b/board/davinci/dm365evm/dm365evm.c index e30184b..99392b3 100644 --- a/board/davinci/dm365evm/dm365evm.c +++ b/board/davinci/dm365evm/dm365evm.c @@ -17,7 +17,6 @@ #include <common.h> #include <nand.h> -#include <linux/io.h> #include <asm/arch/hardware.h> #include <asm/arch/emif_defs.h> #include <asm/arch/nand_defs.h> |