aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/include/mach/hardware.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2009-03-23 18:07:36 -0700
committerTony Lindgren <tony@atomide.com>2009-03-23 18:07:36 -0700
commit40662d77311d8de3a26c33f2fd5a2d4d810a4c8a (patch)
tree08d6132f6a858e0a27434480e1bf05ab1a0abf8b /arch/arm/plat-omap/include/mach/hardware.h
parent7055477558686e106149bf0bb0edc0f5cd848ad9 (diff)
ARM: OMAP: No need to include board-h4.h from hardware.h
Move the defines to the associated board file and remove the now unnecessary header file. Also rename OMAP24XX_ETHR_GPIO_IRQ to H4_ETHR_GPIO_IRQ. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/mach/hardware.h')
-rw-r--r--arch/arm/plat-omap/include/mach/hardware.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/plat-omap/include/mach/hardware.h b/arch/arm/plat-omap/include/mach/hardware.h
index 26f14f7b3e6..85f02b6a802 100644
--- a/arch/arm/plat-omap/include/mach/hardware.h
+++ b/arch/arm/plat-omap/include/mach/hardware.h
@@ -294,10 +294,6 @@
* ---------------------------------------------------------------------------
*/
-#ifdef CONFIG_MACH_OMAP_H4
-#include "board-h4.h"
-#endif
-
#ifdef CONFIG_MACH_OMAP3_BEAGLE
#include "board-omap3beagle.h"
#endif