mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Rob Herring <rob.herring@calxeda.com>
Cc: Martin Jansa <Martin.Jansa@gmail.com>,
	Eric Miao <eric.y.miao@gmail.com> (maintainer:PXA2xx/PXA3xx
	SUP...),
	Russell King <linux@arm.linux.org.uk> (maintainer:PXA2xx/PXA3xx
	SUP...),
	Haojian Zhuang <haojian.zhuang@gmail.com>
	(maintainer:PXA2xx/PXA3xx SUP...),
	Liam Girdwood <lrg@ti.com> (supporter:SOUND - SOC LAYER...),
	Mark Brown <broonie@opensource.wolfsonmicro.com>
	(supporter:SOUND - SOC LAYER...),
	Jaroslav Kysela <perex@perex.cz> (maintainer:SOUND),
	Takashi Iwai <tiwai@suse.de> (maintainer:SOUND),
	linux-arm-kernel@lists.infradead.org (moderated
	list:PXA2xx/PXA3xx SUP...),
	alsa-devel@alsa-project.org (moderated list:SOUND - SOC LAYER...),
	linux-kernel@vger.kernel.org (open list)
Subject: [PATCH] ARM: pxa: pxa2xx-i2s: add io.h for IOMEM macro
Date: Mon,  2 Apr 2012 10:24:08 +0200	[thread overview]
Message-ID: <1333355048-732-1-git-send-email-Martin.Jansa@gmail.com> (raw)

* 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 <Martin.Jansa@gmail.com>
---
 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 <linux/delay.h>
 #include <linux/clk.h>
 #include <linux/platform_device.h>
+#include <linux/io.h>
 #include <sound/core.h>
 #include <sound/pcm.h>
 #include <sound/initval.h>
-- 
1.7.8.5


             reply	other threads:[~2012-04-02  8:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-02  8:24 Martin Jansa [this message]
2012-04-02 12:58 ` Rob Herring
2012-04-02 21:43 ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1333355048-732-1-git-send-email-Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=eric.y.miao@gmail.com \
    --cc=haojian.zhuang@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=lrg@ti.com \
    --cc=perex@perex.cz \
    --cc=rob.herring@calxeda.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome