Commit f228a725b975832ac5771ab2fc86d06bd694cdb3 breaks the build for this
driver; fix by using OMAP2_IO_ADDRESS.

Signed-off-by: Paul Walmsley <[EMAIL PROTECTED]>
---
 sound/arm/omap/eac.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/arm/omap/eac.c b/sound/arm/omap/eac.c
index 9fe8d74..c97c293 100644
--- a/sound/arm/omap/eac.c
+++ b/sound/arm/omap/eac.c
@@ -707,7 +707,7 @@ static int __devinit eac_probe(struct platform_device *pdev)
                err = -ENODEV;
                goto err1;
        }
-       eac->base = (void __iomem *)io_p2v(res->start);
+       eac->base = OMAP2_IO_ADDRESS(res->start);
        eac->pdata = pdata;
 
        /* pre-initialize EAC hw */


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to