diff options
author | Tony Lindgren <tony@atomide.com> | 2009-03-23 18:07:38 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-03-23 18:07:38 -0700 |
commit | d40cdf080deac7dfa1b3c6ea216db97e872de1b2 (patch) | |
tree | 022c8f53cea075c7b6e0719ff8924a693ff58b19 /arch/arm/plat-omap/include/mach/board.h | |
parent | 0d4d9ab08ac28b4742dadc35b5ac7613abf71475 (diff) | |
download | op-kernel-dev-d40cdf080deac7dfa1b3c6ea216db97e872de1b2.zip op-kernel-dev-d40cdf080deac7dfa1b3c6ea216db97e872de1b2.tar.gz |
ARM: OMAP: No need to include board-nokia.h from hardware.h
Move the defines to the associated 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/board.h')
-rw-r--r-- | arch/arm/plat-omap/include/mach/board.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/include/mach/board.h b/arch/arm/plat-omap/include/mach/board.h index 9466772..4a0afd2 100644 --- a/arch/arm/plat-omap/include/mach/board.h +++ b/arch/arm/plat-omap/include/mach/board.h @@ -133,9 +133,6 @@ struct omap_version_config { char version[12]; }; - -#include <mach/board-nokia.h> - struct omap_board_config_entry { u16 tag; u16 len; |