diff options
author | Stephen Warren <swarren@nvidia.com> | 2011-08-22 19:39:58 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-24 03:28:38 -0400 |
commit | 5f9d4f67beb603b0efcb0360897f99cf775e7a74 (patch) | |
tree | e99f0109228ac2782bac3b0d38ad73ca40f3b745 | |
parent | ece88dc08b87501025927bf52e460655f89e2c02 (diff) |
ARM: 7055/1: arm/tegra: mach/gpio.h: include linux/types.h to fix build
Tegra's <mach/gpio.h> uses type bool; we need to include <linux/types.h>
to get the definition.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/mach-tegra/include/mach/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/include/mach/gpio.h b/arch/arm/mach-tegra/include/mach/gpio.h index 284a19e12d74..7910d26e7133 100644 --- a/arch/arm/mach-tegra/include/mach/gpio.h +++ b/arch/arm/mach-tegra/include/mach/gpio.h | |||
@@ -20,7 +20,7 @@ | |||
20 | #ifndef __MACH_TEGRA_GPIO_H | 20 | #ifndef __MACH_TEGRA_GPIO_H |
21 | #define __MACH_TEGRA_GPIO_H | 21 | #define __MACH_TEGRA_GPIO_H |
22 | 22 | ||
23 | #include <linux/init.h> | 23 | #include <linux/types.h> |
24 | #include <mach/irqs.h> | 24 | #include <mach/irqs.h> |
25 | 25 | ||
26 | #define TEGRA_NR_GPIOS INT_GPIO_NR | 26 | #define TEGRA_NR_GPIOS INT_GPIO_NR |