diff options
author | Tony Lindgren <tony@atomide.com> | 2009-03-24 02:07:32 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-03-24 02:07:32 +0100 |
commit | d9558b19f2d1f01f6a11e148405cd3af63b8d6a8 (patch) | |
tree | 47b4b68237aba95149a1604abc4bc94297902583 /arch/arm/plat-omap/include/mach/hardware.h | |
parent | omap mailbox: remove unnecessary header file inclusion (diff) | |
download | linux-d9558b19f2d1f01f6a11e148405cd3af63b8d6a8.tar.xz linux-d9558b19f2d1f01f6a11e148405cd3af63b8d6a8.zip |
ARM: OMAP: No need to include board-perseus2.h or board-fsample.h from hardware.h
Move defines to the board file and remove the now
unnecessary headers.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/plat-omap/include/mach/hardware.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/plat-omap/include/mach/hardware.h b/arch/arm/plat-omap/include/mach/hardware.h index 6589ddbb63b2..5b59188eceae 100644 --- a/arch/arm/plat-omap/include/mach/hardware.h +++ b/arch/arm/plat-omap/include/mach/hardware.h @@ -302,14 +302,6 @@ #include "board-h2.h" #endif -#ifdef CONFIG_MACH_OMAP_PERSEUS2 -#include "board-perseus2.h" -#endif - -#ifdef CONFIG_MACH_OMAP_FSAMPLE -#include "board-fsample.h" -#endif - #ifdef CONFIG_MACH_OMAP_H3 #include "board-h3.h" #endif |