From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ASoC: atmel-ssc: include linux/io.h for raw io
Date: Thu, 23 Aug 2012 18:14:54 +0200 [thread overview]
Message-ID: <1345738494-4014-1-git-send-email-nicolas.ferre@atmel.com> (raw)
In-Reply-To: <20120823152324.GI7995@opensource.wolfsonmicro.com>
From: Joachim Eastwood <manabian@gmail.com>
Include linux/io.h for raw io operations in atmel-scc header.
This fixes the following build error:
CC [M] sound/soc/atmel/atmel_ssc_dai.o
sound/soc/atmel/atmel_ssc_dai.c: In function 'atmel_ssc_interrupt':
sound/soc/atmel/atmel_ssc_dai.c:171: error: implicit declaration of function '__raw_readl'
sound/soc/atmel/atmel_ssc_dai.c: In function 'atmel_ssc_shutdown':
sound/soc/atmel/atmel_ssc_dai.c:249: error: implicit declaration of function '__raw_writel'
Signed-off-by: Joachim Eastwood <joachim.eastwood@jotron.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
Mark,
Here is a copy of the original patch by Joachim. Can you please take a look and
give your acknowledgement so that I can queue it in arm-soc tree.
Thanks, bye,
include/linux/atmel-ssc.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/atmel-ssc.h b/include/linux/atmel-ssc.h
index 0602339..4eb3175 100644
--- a/include/linux/atmel-ssc.h
+++ b/include/linux/atmel-ssc.h
@@ -3,6 +3,7 @@
#include <linux/platform_device.h>
#include <linux/list.h>
+#include <linux/io.h>
struct ssc_device {
struct list_head list;
--
1.7.10
next prev parent reply other threads:[~2012-08-23 16:14 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-13 19:59 [PATCH] atmel-ssc: include linux/io.h for raw io Joachim Eastwood
2012-08-23 12:44 ` Nicolas Ferre
2012-08-23 13:31 ` Arnd Bergmann
2012-08-23 12:51 ` Nicolas Ferre
2012-08-23 15:23 ` Mark Brown
2012-08-23 16:14 ` Nicolas Ferre [this message]
2012-08-23 16:46 ` [PATCH] ASoC: " Jean-Christophe PLAGNIOL-VILLARD
2012-08-25 20:25 ` Mark Brown
2012-08-27 8:01 ` Nicolas Ferre
2012-09-11 12:15 ` Nicolas Ferre
2012-09-11 12:38 ` Mark Brown
2012-08-27 16:23 ` 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=1345738494-4014-1-git-send-email-nicolas.ferre@atmel.com \
--to=nicolas.ferre@atmel.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).