From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Subject: Re: [PATCH 1/1] SDP2430 Fix dependency in include file Date: Mon, 1 Sep 2008 11:07:00 +0300 Message-ID: <20080901080700.GX9887@frodo> References: Reply-To: me@felipebalbi.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from ns1.siteground211.com ([209.62.36.12]:40926 "EHLO serv01.siteground211.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751808AbYIAIJE (ORCPT ); Mon, 1 Sep 2008 04:09:04 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Abraham Arce Cc: omap On Sun, Aug 31, 2008 at 08:57:44PM -0500, Abraham Arce wrote: > TWL4030_MODIRQ_KEYPAD was undeclared, adding the required file. > > Signed-off-by: Abraham Arce > --- > 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..195d53c 100644 > --- a/arch/arm/mach-omap2/board-2430sdp.c > +++ b/arch/arm/mach-omap2/board-2430sdp.c > @@ -24,6 +24,7 @@ > #include > #include > #include > +#include and what's wrong with: http://marc.info/?l=linux-omap&m=122011272912755&w=2 > #include > > #include -- balbi