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-03 09:04:30 -0500 |
commit | 745047f534af56e1a7068ce1e59304c6a65099aa (patch) | |
tree | 77a8f7595de16ac1d7d76f4bf0cad03a11cf86c4 /board/davinci | |
parent | b741868f0474d7e229c305ae22593edeae867d87 (diff) | |
download | u-boot-imx-745047f534af56e1a7068ce1e59304c6a65099aa.zip u-boot-imx-745047f534af56e1a7068ce1e59304c6a65099aa.tar.gz u-boot-imx-745047f534af56e1a7068ce1e59304c6a65099aa.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')
-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> |