From 5f9d4f67beb603b0efcb0360897f99cf775e7a74 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Tue, 23 Aug 2011 00:39:58 +0100 Subject: [PATCH] ARM: 7055/1: arm/tegra: mach/gpio.h: include linux/types.h to fix build Tegra's uses type bool; we need to include to get the definition. Signed-off-by: Stephen Warren Signed-off-by: Russell King --- arch/arm/mach-tegra/include/mach/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/include/mach/gpio.h b/arch/arm/mach-tegra/include/mach/gpio.h index 284a19e..7910d26 100644 --- a/arch/arm/mach-tegra/include/mach/gpio.h +++ b/arch/arm/mach-tegra/include/mach/gpio.h @@ -20,7 +20,7 @@ #ifndef __MACH_TEGRA_GPIO_H #define __MACH_TEGRA_GPIO_H -#include +#include #include #define TEGRA_NR_GPIOS INT_GPIO_NR -- 2.7.4