diff options
author | Tony Lindgren <tony@atomide.com> | 2009-03-23 18:07:33 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-03-23 18:07:33 -0700 |
commit | eb6b0b1832a779cfa65bb66b8a88454d988a1d69 (patch) | |
tree | 5342fe010ef08dec8df449be200b4663c3b7be10 /arch/arm/mach-omap1/board-h2.c | |
parent | d9558b19f2d1f01f6a11e148405cd3af63b8d6a8 (diff) |
ARM: OMAP: No need to include board-h2.h from hardware.h
Also move board-h2.h to mach-omap1.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-h2.c')
-rw-r--r-- | arch/arm/mach-omap1/board-h2.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/board-h2.c b/arch/arm/mach-omap1/board-h2.c index 0d784a795092..b31b6d9b2e3f 100644 --- a/arch/arm/mach-omap1/board-h2.c +++ b/arch/arm/mach-omap1/board-h2.c @@ -46,6 +46,11 @@ #include <mach/keypad.h> #include <mach/common.h> +#include "board-h2.h" + +/* At OMAP1610 Innovator the Ethernet is directly connected to CS1 */ +#define OMAP1610_ETHR_START 0x04000300 + static int h2_keymap[] = { KEY(0, 0, KEY_LEFT), KEY(0, 1, KEY_RIGHT), |