commit | a060656240af125b22b1c011944377ff4216ac3e | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Fri Aug 13 17:34:05 2010 +0200 |
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Mon Sep 27 12:53:01 2010 +0200 |
tree | 8abe2f0bb15b02d7dcb1d25b097588bd7857fb03 | |
parent | 556cbdbf23fb43433dba9657ad194a36be18f81b [diff] |
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>