diff mbox

[rfc/rft/patch,8/9] arm: omap: perseus: kill compile warning on board-perseus2.c

Message ID 1259672635-12306-9-git-send-email-felipe.balbi@nokia.com (mailing list archive)
State Changes Requested
Delegated to: Tony Lindgren
Headers show

Commit Message

Felipe Balbi Dec. 1, 2009, 1:03 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/plat-omap/include/plat/fpga.h b/arch/arm/plat-omap/include/plat/fpga.h
index 87a87d2..d66164d 100644
--- a/arch/arm/plat-omap/include/plat/fpga.h
+++ b/arch/arm/plat-omap/include/plat/fpga.h
@@ -34,7 +34,7 @@  extern void omap1510_fpga_init_irq(void);
  * ---------------------------------------------------------------------------
  */
 /* maps in the FPGA registers and the ETHR registers */
-#define H2P2_DBG_FPGA_BASE		IOMEM(0xE8000000)	/* VA */
+#define H2P2_DBG_FPGA_BASE		0xE8000000		/* VA */
 #define H2P2_DBG_FPGA_SIZE		SZ_4K			/* SIZE */
 #define H2P2_DBG_FPGA_START		0x04000000		/* PA */