diff options
author | Tony Lindgren <tony@atomide.com> | 2009-03-24 04:07:33 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-03-24 04:07:33 +0300 |
commit | 228fe42e5e78649f4a773a47c0a48cbea8e640af (patch) | |
tree | f8de7699b632a651c5f76ef67a982d4f47bc4458 /arch/arm/mach-omap1/board-h3.c | |
parent | eb6b0b1832a779cfa65bb66b8a88454d988a1d69 (diff) | |
download | linux-228fe42e5e78649f4a773a47c0a48cbea8e640af.tar.xz |
ARM: OMAP: No need to include board-h3.h from hardware.h
Also move board-h3.h to mach-omap1.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-h3.c')
-rw-r--r-- | arch/arm/mach-omap1/board-h3.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/board-h3.c b/arch/arm/mach-omap1/board-h3.c index bf08b6ad22ee..4b872f3822b5 100644 --- a/arch/arm/mach-omap1/board-h3.c +++ b/arch/arm/mach-omap1/board-h3.c @@ -50,6 +50,11 @@ #include <mach/dma.h> #include <mach/common.h> +#include "board-h3.h" + +/* In OMAP1710 H3 the Ethernet is directly connected to CS1 */ +#define OMAP1710_ETHR_START 0x04000300 + #define H3_TS_GPIO 48 static int h3_keymap[] = { |