From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: pxa: pxa2xx-i2s: add io.h for IOMEM macro
Date: Mon, 02 Apr 2012 07:58:38 -0500 [thread overview]
Message-ID: <4F79A27E.1010509@gmail.com> (raw)
In-Reply-To: <1333355048-732-1-git-send-email-Martin.Jansa@gmail.com>
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 <Martin.Jansa@gmail.com>
Acked-by: Rob Herring <rob.herring@calxeda.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>
next prev parent reply other threads:[~2012-04-02 12:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-02 8:24 [PATCH] ARM: pxa: pxa2xx-i2s: add io.h for IOMEM macro Martin Jansa
2012-04-02 12:58 ` Rob Herring [this message]
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=4F79A27E.1010509@gmail.com \
--to=robherring2@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).