From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] arm: omap: fix build for 2430sdp Date: Fri, 5 Sep 2008 09:31:17 -0700 Message-ID: <20080905163117.GC24202@atomide.com> References: <1220112708-26556-1-git-send-email-me@felipebalbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-bos.mailhop.org ([63.208.196.178]:64583 "EHLO mho-01-bos.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751090AbYIEQbU (ORCPT ); Fri, 5 Sep 2008 12:31:20 -0400 Content-Disposition: inline In-Reply-To: <1220112708-26556-1-git-send-email-me@felipebalbi.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Felipe Balbi Cc: linux-omap@vger.kernel.org, Felipe Balbi * Felipe Balbi [080830 09:12]: > From: Felipe Balbi > > Missing include file broke compilation for 2430sdp. Pushing today. Tony > Signed-off-by: Felipe Balbi > --- > arch/arm/mach-omap2/board-2430sdp.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c > index 64e76e8..94e202d 100644 > --- a/arch/arm/mach-omap2/board-2430sdp.c > +++ b/arch/arm/mach-omap2/board-2430sdp.c > @@ -20,6 +20,7 @@ > #include > #include > #include > +#include > #include > #include > #include > -- > 1.6.0.1.141.g445ca > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html