[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <542AE6C2.6050703@ti.com>
Date: Tue, 30 Sep 2014 20:22:10 +0300
From: Jyri Sarha <jsarha@...com>
To: Mark Brown <broonie@...nel.org>,
Mike Turquette <mturquette@...aro.org>
CC: <linux-kernel@...r.kernel.org>,
<kernel-build-reports@...ts.linaro.org>,
<linaro-kernel@...ts.linaro.org>
Subject: Re: [PATCH] clk: gpio-gate: Ensure gpiod_ APIs are prototyped
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@...nel.org>
Acked-by: Jyri Sarha <jsarha@...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>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists