diff options
author | Tony Lindgren <tony@atomide.com> | 2009-03-23 18:07:37 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-03-23 18:07:37 -0700 |
commit | ec7558a62d2e28ec607fdfab1cd39b475d929ce5 (patch) | |
tree | 242762b2b47a9d07d127bbb154650b022662d7db /arch/arm/plat-omap/include/mach/hardware.h | |
parent | 40662d77311d8de3a26c33f2fd5a2d4d810a4c8a (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.h | 4 |
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 |