diff options
author | Tony Lindgren <tony@atomide.com> | 2009-03-24 02:07:35 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-03-24 02:07:35 +0100 |
commit | 7055477558686e106149bf0bb0edc0f5cd848ad9 (patch) | |
tree | f218eef5683d574095b650cdcabd23a124359d83 /arch/arm/mach-omap2/board-apollon.c | |
parent | ARM: OMAP: No need to include board-omap2430sdp.h from hardware.h (diff) | |
download | linux-7055477558686e106149bf0bb0edc0f5cd848ad9.tar.xz linux-7055477558686e106149bf0bb0edc0f5cd848ad9.zip |
ARM: OMAP: No need to include board-apollon.h from hardware.h
Move the defines to the associated board file and remove
the now unnecessary header file.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-apollon.c')
-rw-r--r-- | arch/arm/mach-omap2/board-apollon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-apollon.c b/arch/arm/mach-omap2/board-apollon.c index 0a7b24ba1652..64561247d93a 100644 --- a/arch/arm/mach-omap2/board-apollon.c +++ b/arch/arm/mach-omap2/board-apollon.c @@ -51,6 +51,7 @@ #define APOLLON_FLASH_CS 0 #define APOLLON_ETH_CS 1 +#define APOLLON_ETHR_GPIO_IRQ 74 static struct mtd_partition apollon_partitions[] = { { |