aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap3
diff options
context:
space:
mode:
authorAneesh V <aneesh@ti.com>2011-07-31 20:30:53 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-04 11:33:36 +0200
commit080a46eaf1c2a51cc4df1a4cd3ff2578e64c46b6 (patch)
treee1703f02c65eed8bee98b2617a5f10c9ff72f848 /arch/arm/cpu/armv7/omap3
parentc8fc4284cf2e447e07c7e0718982902a4f6e6bff (diff)
omap: fix gpio related build breaks
Signed-off-by: Aneesh V <aneesh@ti.com> Acked-by: Dirk Behme <dirk.behme@googlemail.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap3')
-rw-r--r--arch/arm/cpu/armv7/omap3/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/omap3/board.c b/arch/arm/cpu/armv7/omap3/board.c
index 4aaf97b33..bce3ee695 100644
--- a/arch/arm/cpu/armv7/omap3/board.c
+++ b/arch/arm/cpu/armv7/omap3/board.c
@@ -38,7 +38,7 @@
#include <asm/arch/mem.h>
#include <asm/cache.h>
#include <asm/armv7.h>
-#include <asm/omap_gpio.h>
+#include <asm/arch/gpio.h>
/* Declarations */
extern omap3_sysinfo sysinfo;