clk: gpio-gate: Ensure gpiod_ APIs are prototyped
authorMark Brown <broonie@kernel.org>
Tue, 30 Sep 2014 17:16:22 +0000 (18:16 +0100)
committerMike Turquette <mturquette@linaro.org>
Tue, 30 Sep 2014 18:57:54 +0000 (11:57 -0700)
commit44b4aa97bea84fa8ac179155f147e3483cc7a6e0
treecff697d1dde7c0bd9c9f9bec0850e91709f96d5b
parent24afc3852e5ec9c35de5ae1b3c4f9e4ecbf53cb6
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 <broonie@kernel.org>
Acked-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/clk-gpio-gate.c
This page took 0.039559 seconds and 5 git commands to generate.