From: Sachin Kamat <sachin.kamat@linaro.org>
To: alsa-devel@alsa-project.org
Cc: sachin.kamat@linaro.org, broonie@kernel.org
Subject: [PATCH 2/6] ASoC: pcm1681: Include linux/of.h header
Date: Fri, 11 Oct 2013 17:23:57 +0530 [thread overview]
Message-ID: <1381492441-31195-2-git-send-email-sachin.kamat@linaro.org> (raw)
In-Reply-To: <1381492441-31195-1-git-send-email-sachin.kamat@linaro.org>
'of_match_ptr' is defined in linux/of.h. Include it explicitly.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
sound/soc/codecs/pcm1681.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/pcm1681.c b/sound/soc/codecs/pcm1681.c
index 651ce09..54ea15b 100644
--- a/sound/soc/codecs/pcm1681.c
+++ b/sound/soc/codecs/pcm1681.c
@@ -21,6 +21,7 @@
#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/regmap.h>
+#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <sound/pcm.h>
--
1.7.9.5
next prev parent reply other threads:[~2013-10-11 11:54 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-11 11:53 [PATCH 1/6] ASoC: cs4271: Include linux/of.h header Sachin Kamat
2013-10-11 11:53 ` Sachin Kamat [this message]
2013-10-16 18:00 ` [PATCH 2/6] ASoC: pcm1681: " Mark Brown
2013-10-11 11:53 ` [PATCH 3/6] ASoC: pcm1792a: " Sachin Kamat
2013-10-16 18:01 ` Mark Brown
2013-10-11 11:53 ` [PATCH 4/6] ASoC: tas5086: " Sachin Kamat
2013-10-16 18:01 ` Mark Brown
2013-10-11 11:54 ` [PATCH 5/6] ASoC: tlv320aic3x: " Sachin Kamat
2013-10-16 18:02 ` Mark Brown
2013-10-11 11:54 ` [PATCH 6/6] ASoC: atmel: " Sachin Kamat
2013-10-16 18:03 ` Mark Brown
2013-10-16 17:59 ` [PATCH 1/6] ASoC: cs4271: " Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2013-09-27 11:15 Sachin Kamat
2013-09-27 11:15 ` [PATCH 2/6] ASoC: pcm1681: " Sachin Kamat
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=1381492441-31195-2-git-send-email-sachin.kamat@linaro.org \
--to=sachin.kamat@linaro.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.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).