commit | 080a46eaf1c2a51cc4df1a4cd3ff2578e64c46b6 | [log] [tgz] |
---|---|---|
author | Aneesh V <aneesh@ti.com> | Sun Jul 31 20:30:53 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sun Sep 04 11:33:36 2011 +0200 |
tree | e1703f02c65eed8bee98b2617a5f10c9ff72f848 | |
parent | c8fc4284cf2e447e07c7e0718982902a4f6e6bff [diff] [blame] |
omap: fix gpio related build breaks Signed-off-by: Aneesh V <aneesh@ti.com> Acked-by: Dirk Behme <dirk.behme@googlemail.com>
diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c index 992e9f7..0df4570 100644 --- a/board/pandora/pandora.c +++ b/board/pandora/pandora.c
@@ -33,6 +33,7 @@ #include <twl4030.h> #include <asm/io.h> #include <asm/arch/mux.h> +#include <asm/arch/gpio.h> #include <asm/arch/sys_proto.h> #include <asm/mach-types.h> #include "pandora.h"