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

Quoting Mark Brown (2014-09-30 10:16:22)
> 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>

Thanks Mark. Applied.

Regards,
Mike

> ---
>  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>
> -- 
> 2.1.1
> 

      parent reply	other threads:[~2014-09-30 18:58 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
2014-09-30 18:58 ` Mike Turquette [this message]

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