Skip to content

Commit

Permalink
ARM: OMAP: Fix compile for h3 MMC
Browse files Browse the repository at this point in the history
Fix compile for h3 MMC

Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Jan 15, 2009
1 parent e999bbe commit 1639058
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arm/plat-omap/include/mach/board-h3.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
/* In OMAP1710 H3 the Ethernet is directly connected to CS1 */
#define OMAP1710_ETHR_START 0x04000300

#define H3_TPS_GPIO_BASE (OMAP_MAX_GPIO_LINES + 16 /* MPUIO */)
# define H3_TPS_GPIO_MMC_PWR_EN (H3_TPS_GPIO_BASE + 4)

extern void h3_mmc_init(void);
extern void h3_mmc_slot_cover_handler(void *arg, int state);

#endif /* __ASM_ARCH_OMAP_H3_H */

0 comments on commit 1639058

Please sign in to comment.