From 44b4aa97bea84fa8ac179155f147e3483cc7a6e0 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Tue, 30 Sep 2014 18:16:22 +0100 Subject: [PATCH] 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 --- 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 #include #include +#include #include #include #include -- 2.11.0