Skip to content

Commit

Permalink
ARM: OMAP: No need to include board-innovator.h from hardware.h
Browse files Browse the repository at this point in the history
Move the defines to the board file and remove the now unnecessary
header file.

Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Mar 24, 2009
1 parent 228fe42 commit 278267b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 56 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-omap1/board-innovator.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
#include <mach/common.h>
#include <mach/mmc.h>

/* At OMAP1610 Innovator the Ethernet is directly connected to CS1 */
#define INNOVATOR1610_ETHR_START 0x04000300

static int innovator_keymap[] = {
KEY(0, 0, KEY_F1),
KEY(0, 3, KEY_DOWN),
Expand Down
52 changes: 0 additions & 52 deletions arch/arm/plat-omap/include/mach/board-innovator.h

This file was deleted.

4 changes: 0 additions & 4 deletions arch/arm/plat-omap/include/mach/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,6 @@
* ---------------------------------------------------------------------------
*/

#ifdef CONFIG_MACH_OMAP_INNOVATOR
#include "board-innovator.h"
#endif

#ifdef CONFIG_MACH_OMAP_H4
#include "board-h4.h"
#endif
Expand Down

0 comments on commit 278267b

Please sign in to comment.