From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH] ARM: pxa: pxa2xx-i2s: add io.h for IOMEM macro Date: Mon, 02 Apr 2012 07:58:38 -0500 Message-ID: <4F79A27E.1010509@gmail.com> References: <1333355048-732-1-git-send-email-Martin.Jansa@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1333355048-732-1-git-send-email-Martin.Jansa@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Martin Jansa Cc: "moderated list:SOUND - SOC LAYER..." , Russell King , Takashi Iwai , Mark Brown , open list , Haojian Zhuang , Jaroslav Kysela , Eric Miao , Liam Girdwood , "moderated list:PXA2xx/PXA3xx SUP..." List-Id: alsa-devel@alsa-project.org On 04/02/2012 03:24 AM, Martin Jansa wrote: > * 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 Acked-by: Rob Herring > --- > sound/soc/pxa/pxa2xx-i2s.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > 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