Skip to content

Commit

Permalink
ARM: OMAP: No need to include board-apollon.h from hardware.h
Browse files Browse the repository at this point in the history
Move the defines to the associated 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 a362fdb commit 7055477
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 50 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-omap2/board-apollon.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

#define APOLLON_FLASH_CS 0
#define APOLLON_ETH_CS 1
#define APOLLON_ETHR_GPIO_IRQ 74

static struct mtd_partition apollon_partitions[] = {
{
Expand Down
46 changes: 0 additions & 46 deletions arch/arm/plat-omap/include/mach/board-apollon.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 @@ -306,10 +306,6 @@
#include "board-ldp.h"
#endif

#ifdef CONFIG_MACH_OMAP_APOLLON
#include "board-apollon.h"
#endif

#ifdef CONFIG_MACH_VOICEBLUE
#include "board-voiceblue.h"
#endif
Expand Down

0 comments on commit 7055477

Please sign in to comment.