From 558de8a74efe37a4b5e2ef944da17d23e701dd98 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Tue, 30 Oct 2007 00:15:46 +0100 Subject: [ARM] 4634/1: DaVinci GPIO header build fix This fixes a build problem with GPIOs on DaVinci. Since it inlines operations for on-chip GPIOs, it needs some headers to support those direct register accesses. Those headers won't be included on other platforms, since they don't have that optimization. Signed-off-by: David Brownell Acked-by: Kevin Hilman Signed-off-by: Russell King --- include/asm-arm/arch-davinci/gpio.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/asm-arm/arch-davinci/gpio.h') diff --git a/include/asm-arm/arch-davinci/gpio.h b/include/asm-arm/arch-davinci/gpio.h index ea24a0e0bfd6..ff8de30b2fb3 100644 --- a/include/asm-arm/arch-davinci/gpio.h +++ b/include/asm-arm/arch-davinci/gpio.h @@ -13,6 +13,9 @@ #ifndef __DAVINCI_GPIO_H #define __DAVINCI_GPIO_H +#include +#include + /* * basic gpio routines * -- cgit v1.2.3-59-g8ed1b