From: Martin Jansa Date: Mon, 2 Apr 2012 08:24:08 +0000 (+0200) Subject: ASoC: pxa: pxa2xx-i2s: add io.h for IOMEM macro X-Git-Tag: v3.12-rc1~3017^2~12^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e95cee0e36c671db2804f2763b547a86930061ea;p=kernel%2Fkernel-generic.git ASoC: pxa: pxa2xx-i2s: add io.h for IOMEM macro * fixes sound/soc/pxa/pxa2xx-i2s.c:86:2: error: implicit declaration of function 'IOMEM' [-Werror=implicit-function-declaration] sound/soc/pxa/pxa2xx-i2s.c:86:2: error: initializer element is not constant after 23019a733bb83c8499f192fb428b7e6e81c95a34 removed IOMEM definition from arch/arm/mach-pxa/include/mach/hardware.h Signed-off-by: Martin Jansa Signed-off-by: Mark Brown --- diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c index 609abd5..d085837 100644 --- a/sound/soc/pxa/pxa2xx-i2s.c +++ b/sound/soc/pxa/pxa2xx-i2s.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include