From mboxrd@z Thu Jan 1 00:00:00 1970 From: zumeng.chen@windriver.com (Zumeng Chen) Date: Wed, 20 Jun 2012 17:14:49 +0800 Subject: [PATCH 1/5] ARM: OMAP3EVM: Add NAND flash definition In-Reply-To: <1340183693-3195-1-git-send-email-zumeng.chen@windriver.com> References: <1340183693-3195-1-git-send-email-zumeng.chen@windriver.com> Message-ID: <1340183693-3195-2-git-send-email-zumeng.chen@windriver.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Signed-off-by: Vaibhav Hiremath Tested-by: Zumeng Chen --- arch/arm/mach-omap2/board-omap3evm.c | 39 ++++++++++++++++++++++++++++++++++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c index 639bd07..0b83d0e 100644 --- a/arch/arm/mach-omap2/board-omap3evm.c +++ b/arch/arm/mach-omap2/board-omap3evm.c @@ -24,6 +24,10 @@ #include #include +#include +#include +#include + #include #include #include @@ -43,6 +47,7 @@ #include #include +#include #include "common.h" #include #include