diff options
author | Tony Lindgren <tony@atomide.com> | 2009-03-23 18:07:34 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-03-23 18:07:34 -0700 |
commit | 278267be38949b051f49e0bc3da76bfb2af49abf (patch) | |
tree | f98a88e11e1b8aca93a92f8e5054d7bc0f7e4abf /arch/arm/plat-omap/include/mach/hardware.h | |
parent | 228fe42e5e78649f4a773a47c0a48cbea8e640af (diff) | |
download | linux-278267be38949b051f49e0bc3da76bfb2af49abf.tar.gz linux-278267be38949b051f49e0bc3da76bfb2af49abf.tar.bz2 linux-278267be38949b051f49e0bc3da76bfb2af49abf.zip |
ARM: OMAP: No need to include board-innovator.h from hardware.h
Move the defines to the board file and remove the now unnecessary
header file.
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 040244cc7193..0b1b91f19815 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_INNOVATOR -#include "board-innovator.h" -#endif - #ifdef CONFIG_MACH_OMAP_H4 #include "board-h4.h" #endif |