]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: imx: ehci: use void __iomem * to hold i/o addresses
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 13 Aug 2010 15:34:05 +0000 (17:34 +0200)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 27 Sep 2010 10:53:01 +0000 (12:53 +0200)
commita060656240af125b22b1c011944377ff4216ac3e
tree8abe2f0bb15b02d7dcb1d25b097588bd7857fb03
parent556cbdbf23fb43433dba9657ad194a36be18f81b
ARM: imx: ehci: use void __iomem * to hold i/o addresses

This fixes:

arch/arm/plat-mxc/ehci.c: In function 'mxc_initialize_usb_hw':
arch/arm/plat-mxc/ehci.c:260: warning: assignment makes integer from pointer without a cast
arch/arm/plat-mxc/ehci.c:263: warning: assignment makes integer from pointer without a cast
arch/arm/plat-mxc/ehci.c:270: warning: assignment makes integer from pointer without a cast

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
arch/arm/plat-mxc/ehci.c