public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jyri Sarha <jsarha@ti.com>
To: Mark Brown <broonie@kernel.org>, Mike Turquette <mturquette@linaro.org>
Cc: <linux-kernel@vger.kernel.org>,
	<kernel-build-reports@lists.linaro.org>,
	<linaro-kernel@lists.linaro.org>
Subject: Re: [PATCH] clk: gpio-gate: Ensure gpiod_ APIs are prototyped
Date: Tue, 30 Sep 2014 20:22:10 +0300	[thread overview]
Message-ID: <542AE6C2.6050703@ti.com> (raw)
In-Reply-To: <1412097382-8351-1-git-send-email-broonie@kernel.org>

On 09/30/2014 08:16 PM, Mark Brown wrote:
> The gpio-gate clock uses the gpiod_ APIs but does not directly include the
> header for them causing build failures in some configurations including ARM
> allnoconfig. Include the header directly.
>
> Signed-off-by: Mark Brown <broonie@kernel.org>

Acked-by: Jyri Sarha <jsarha@ti.com>

Thanks.
Jyri

> ---
>   drivers/clk/clk-gpio-gate.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/clk/clk-gpio-gate.c b/drivers/clk/clk-gpio-gate.c
> index 9dde88533684..08e43224fd52 100644
> --- a/drivers/clk/clk-gpio-gate.c
> +++ b/drivers/clk/clk-gpio-gate.c
> @@ -13,6 +13,7 @@
>   #include <linux/module.h>
>   #include <linux/slab.h>
>   #include <linux/gpio.h>
> +#include <linux/gpio/consumer.h>
>   #include <linux/of_gpio.h>
>   #include <linux/err.h>
>   #include <linux/device.h>
>


  reply	other threads:[~2014-09-30 17:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-30 17:16 [PATCH] clk: gpio-gate: Ensure gpiod_ APIs are prototyped Mark Brown
2014-09-30 17:22 ` Jyri Sarha [this message]
2014-09-30 18:58 ` Mike Turquette

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=542AE6C2.6050703@ti.com \
    --to=jsarha@ti.com \
    --cc=broonie@kernel.org \
    --cc=kernel-build-reports@lists.linaro.org \
    --cc=linaro-kernel@lists.linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@linaro.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