commit | 44b4aa97bea84fa8ac179155f147e3483cc7a6e0 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Tue Sep 30 18:16:22 2014 +0100 |
committer | Mike Turquette <mturquette@linaro.org> | Tue Sep 30 11:57:54 2014 -0700 |
tree | cff697d1dde7c0bd9c9f9bec0850e91709f96d5b | |
parent | 24afc3852e5ec9c35de5ae1b3c4f9e4ecbf53cb6 [diff] |
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>