From: Lee Jones <lee.jones@linaro.org>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Mark Brown <broonie@kernel.org>,
Linux-ALSA <alsa-devel@alsa-project.org>,
Simon <horms@verge.net.au>, Liam Girdwood <lgirdwood@gmail.com>,
Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
Charles Keepax <ckeepax@opensource.wolfsonmicro.com>,
Arnd Bergmann <arnd@arndb.de>,
anish kumar <yesanishhere@gmail.com>,
Michael Trimarchi <michael@amarulasolutions.com>,
Jacob Siverskog <jacob@teenage.engineering>,
"Damien.Horsley" <Damien.Horsley@imgtec.com>,
Jeremy McDermond <nh6z@nh6z.net>,
Bard Liao <bardliao@realtek.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] mfd: davinci_voicecodec: tidyup header difinitions
Date: Wed, 9 Nov 2016 16:54:25 +0000 [thread overview]
Message-ID: <20161109165425.GK13127@dell> (raw)
In-Reply-To: <877f8ufb6b.wl%kuninori.morimoto.gx@renesas.com>
On Thu, 27 Oct 2016, Kuninori Morimoto wrote:
>
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Please use `git send-mail` to submit your patches.
> mach/hardware.h is needed on C source code side, not header.
> And struct davinci_vc is duplicated definition.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> drivers/mfd/davinci_voicecodec.c | 1 +
> include/linux/mfd/davinci_voicecodec.h | 4 ----
> 2 files changed, 1 insertion(+), 4 deletions(-)
Nice.
Applied, thanks.
> diff --git a/drivers/mfd/davinci_voicecodec.c b/drivers/mfd/davinci_voicecodec.c
> index dff2f19..4d0a5f3 100644
> --- a/drivers/mfd/davinci_voicecodec.c
> +++ b/drivers/mfd/davinci_voicecodec.c
> @@ -32,6 +32,7 @@
> #include <sound/pcm.h>
>
> #include <linux/mfd/davinci_voicecodec.h>
> +#include <mach/hardware.h>
>
> static const struct regmap_config davinci_vc_regmap = {
> .reg_bits = 32,
> diff --git a/include/linux/mfd/davinci_voicecodec.h b/include/linux/mfd/davinci_voicecodec.h
> index 8e1cdbe..2c0127c 100644
> --- a/include/linux/mfd/davinci_voicecodec.h
> +++ b/include/linux/mfd/davinci_voicecodec.h
> @@ -28,8 +28,6 @@
> #include <linux/mfd/core.h>
> #include <linux/platform_data/edma.h>
>
> -#include <mach/hardware.h>
> -
> struct regmap;
>
> /*
> @@ -99,8 +97,6 @@ struct davinci_vcif {
> dma_addr_t dma_rx_addr;
> };
>
> -struct davinci_vc;
> -
> struct davinci_vc {
> /* Device data */
> struct device *dev;
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2016-11-09 16:54 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-27 8:37 [PATCH 0/2] ASoC: cq93vc: enable compiling on COMPILE_TEST Kuninori Morimoto
2016-10-27 8:38 ` [PATCH 1/2] mfd: davinci_voicecodec: tidyup header difinitions Kuninori Morimoto
2016-11-09 16:54 ` Lee Jones [this message]
2016-10-27 8:38 ` [PATCH 2/2] ASoC: cq93vc: remove MFD_DAVINCI_VOICECODEC dependency from CQ0093VC Kuninori Morimoto
2016-10-27 10:17 ` Mark Brown
2016-12-05 12:09 ` Applied "ASoC: cq93vc: remove MFD_DAVINCI_VOICECODEC dependency for CQ0093VC" to the asoc tree Mark Brown
2016-11-24 2:17 ` [PATCH 0/2] ASoC: cq93vc: enable compiling on COMPILE_TEST Kuninori Morimoto
2016-11-24 5:00 ` Kuninori Morimoto
2016-11-24 8:48 ` Lee Jones
2016-11-25 0:18 ` Kuninori Morimoto
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=20161109165425.GK13127@dell \
--to=lee.jones@linaro.org \
--cc=Damien.Horsley@imgtec.com \
--cc=alsa-devel@alsa-project.org \
--cc=arnd@arndb.de \
--cc=bardliao@realtek.com \
--cc=broonie@kernel.org \
--cc=ckeepax@opensource.wolfsonmicro.com \
--cc=horms@verge.net.au \
--cc=jacob@teenage.engineering \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=michael@amarulasolutions.com \
--cc=nh6z@nh6z.net \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
--cc=yesanishhere@gmail.com \
/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).