From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH 2/2] gpio: include linux/gpio.h where needed Date: Tue, 14 Jun 2011 17:06:02 -0700 Message-ID: <20110614170602.7a51b1af.randy.dunlap@oracle.com> References: <4DDB3AFF.9030006@oracle.com> <20110524075248.GB19734@sirena.org.uk> <20110527074552.GA907@ponder.secretlab.ca> <4DDFE391.2030507@oracle.com> <20110527201201.GA6645@ponder.secretlab.ca> <20110603171837.GA9918@opensource.wolfsonmicro.com> <4DEC4D67.6010506@oracle.com> <20110614091211.465553de.randy.dunlap@oracle.com> <20110614161357.GB1839@ponder.secretlab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110614161357.GB1839@ponder.secretlab.ca> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Grant Likely Cc: Stephen Rothwell , alsa-devel@alsa-project.org, x86@kernel.org, Dmitry Artamonow , Mark Brown , LKML , linux-next@vger.kernel.org, Harald Welte List-Id: linux-next.vger.kernel.org From: Randy Dunlap Some files use GPIOF_ macros but don't include the header file for them. These macros are being moved to , so add includes for where needed. Signed-off-by: Randy Dunlap --- arch/arm/mach-pxa/spitz_pm.c | 1 + drivers/pcmcia/pxa2xx_vpac270.c | 1 + 2 files changed, 2 insertions(+) --- linux-next-20110614.orig/arch/arm/mach-pxa/spitz_pm.c +++ linux-next-20110614/arch/arm/mach-pxa/spitz_pm.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include --- linux-next-20110614.orig/drivers/pcmcia/pxa2xx_vpac270.c +++ linux-next-20110614/drivers/pcmcia/pxa2xx_vpac270.c @@ -11,6 +11,7 @@ * */ +#include #include #include