From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King - ARM Linux Subject: Re: [PATCH RFC] h1940: use gpiolib for latch access Date: Sun, 25 Jul 2010 23:35:21 +0100 Message-ID: <20100725223521.GA14747@n2100.arm.linux.org.uk> References: <1280076072-1049-1-git-send-email-anarsoul@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from caramon.arm.linux.org.uk ([78.32.30.218]:56134 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751693Ab0GYWfx (ORCPT ); Sun, 25 Jul 2010 18:35:53 -0400 Content-Disposition: inline In-Reply-To: <1280076072-1049-1-git-send-email-anarsoul@gmail.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Vasily Khoruzhick Cc: Ben Dooks , "Arnaud Patard (Rtp)" , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org On Sun, Jul 25, 2010 at 07:41:12PM +0300, Vasily Khoruzhick wrote: > diff --git a/arch/arm/mach-s3c2410/include/mach/h1940-latch.h b/arch/arm/mach-s3c2410/include/mach/h1940-latch.h > index d8a8327..4607d5c 100644 > --- a/arch/arm/mach-s3c2410/include/mach/h1940-latch.h > +++ b/arch/arm/mach-s3c2410/include/mach/h1940-latch.h > @@ -14,51 +14,30 @@ > #ifndef __ASM_ARCH_H1940_LATCH_H > #define __ASM_ARCH_H1940_LATCH_H > > +#include Would linux/gpio.h make more sense here? > diff --git a/arch/arm/mach-s3c2410/mach-h1940.c b/arch/arm/mach-s3c2410/mach-h1940.c > index 779b45b..693f467 100644 > --- a/arch/arm/mach-s3c2410/mach-h1940.c > +++ b/arch/arm/mach-s3c2410/mach-h1940.c > @@ -42,6 +42,7 @@ > #include > #include > #include > +#include linux/gpio.h ?