[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1412097382-8351-1-git-send-email-broonie@kernel.org>
Date: Tue, 30 Sep 2014 18:16:22 +0100
From: Mark Brown <broonie@...nel.org>
To: Mike Turquette <mturquette@...aro.org>, Jyri Sarha <jsarha@...com>
Cc: linux-kernel@...r.kernel.org,
kernel-build-reports@...ts.linaro.org,
linaro-kernel@...ts.linaro.org, Mark Brown <broonie@...nel.org>
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 <broonie@...nel.org>
---
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 <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>
--
2.1.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists