From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Hunter Subject: Re: [PATCH 1/5] ARM: OMAP3EVM: Add NAND flash definition Date: Mon, 11 Jun 2012 09:57:03 -0500 Message-ID: <4FD6073F.8080703@ti.com> References: <1339423216-1323-1-git-send-email-zumeng.chen@gmail.com> <1339423216-1323-2-git-send-email-zumeng.chen@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:51042 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755286Ab2FKO5L (ORCPT ); Mon, 11 Jun 2012 10:57:11 -0400 In-Reply-To: <1339423216-1323-2-git-send-email-zumeng.chen@gmail.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Zumeng Chen Cc: tony@atomide.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, khilman@ti.com, ajay.gupta@ti.com, khasim@ti.com, hvaibhav@ti.com On 06/11/2012 09:00 AM, Zumeng Chen wrote: > Signed-off-by: Vaibhav Hiremath > Tested-by: Zumeng Chen I think that you need to have something in the changelog above, even if this is a trivial change. > --- > 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..fef911d 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