From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaya Kumar Subject: [RFC 2.6.27 4/5] Move am200 specific gpio pins into am200epd. Date: Tue, 4 Nov 2008 08:55:12 +0800 Message-ID: <12257601463698-git-send-email-jayakumar.lkml@gmail.com> References: <12257601131298-git-send-email-jayakumar.lkml@gmail.com> Return-path: Received: from rv-out-0506.google.com ([209.85.198.238]:54998 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750789AbYKDAzw (ORCPT ); Mon, 3 Nov 2008 19:55:52 -0500 Received: by rv-out-0506.google.com with SMTP id k40so2922566rvb.1 for ; Mon, 03 Nov 2008 16:55:52 -0800 (PST) In-Reply-To: <12257601131298-git-send-email-jayakumar.lkml@gmail.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: linux-arm-kernel@lists.arm.linux.org.uk Cc: linux-fbdev-devel@lists.sourceforge.net, linux-input@vger.kernel.org, Jaya Kumar The gpio setup for AM200 specific GPIO pins should be done in the AM200 code rather than in generic gumstix code. Signed-off-by: Jaya Kumar --- arch/arm/mach-pxa/am200epd.c | 15 +++++++++++++++ arch/arm/mach-pxa/gumstix.c | 7 ------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/arch/arm/mach-pxa/am200epd.c b/arch/arm/mach-pxa/am200epd.c index b965085..3a4f8d8 100644 --- a/arch/arm/mach-pxa/am200epd.c +++ b/arch/arm/mach-pxa/am200epd.c @@ -30,8 +30,12 @@ #include #include +#include +#include #include +#include "generic.h" + #include