Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>