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:37 -0700
committerTony Lindgren <tony@atomide.com>2009-03-23 18:07:37 -0700
commitec7558a62d2e28ec607fdfab1cd39b475d929ce5 (patch)
tree242762b2b47a9d07d127bbb154650b022662d7db /arch/arm/plat-omap/include/mach/hardware.h
parent40662d77311d8de3a26c33f2fd5a2d4d810a4c8a (diff)
ARM: OMAP: No need to include board-ldp.h from hardware.h
Move the defines to the associated board file and remove the now unnecessary header file. Also rename OMAP34XX_ETHR_START to LDP_ETHR_START. 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 85f02b6a802..bba9498253e 100644
--- a/arch/arm/plat-omap/include/mach/hardware.h
+++ b/arch/arm/plat-omap/include/mach/hardware.h
@@ -298,10 +298,6 @@
#include "board-omap3beagle.h"
#endif
-#ifdef CONFIG_MACH_OMAP_LDP
-#include "board-ldp.h"
-#endif
-
#ifdef CONFIG_MACH_VOICEBLUE
#include "board-voiceblue.h"
#endif