Commit 44b4aa97 authored by Mark Brown's avatar Mark Brown Committed by Mike Turquette

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: default avatarMark Brown <broonie@kernel.org>
Acked-by: default avatarJyri Sarha <jsarha@ti.com>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent 24afc385
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment