From: Mark Brown Date: Tue, 30 Sep 2014 17:16:22 +0000 (+0100) Subject: clk: gpio-gate: Ensure gpiod_ APIs are prototyped X-Git-Tag: firefly_0821_release~176^2~3030^2~6 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=44b4aa97bea84fa8ac179155f147e3483cc7a6e0;p=firefly-linux-kernel-4.4.55.git clk: gpio-gate: Ensure gpiod_ APIs are prototyped 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 Acked-by: Jyri Sarha Signed-off-by: Mike Turquette --- 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 #include #include +#include #include #include #include