[PATCH] Pinctrl header: trivial: declare struct device

From: Richard Genoud
Date: Fri Aug 10 2012 - 10:54:05 EST


As struct device is used as a function argument, it should at least be
declared (device.h is not included).

Signed-off-by: Richard Genoud <richard.genoud@xxxxxxxxx>
---
include/linux/pinctrl/consumer.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/pinctrl/consumer.h b/include/linux/pinctrl/consumer.h
index 6dd96fb..e9b7f43 100644
--- a/include/linux/pinctrl/consumer.h
+++ b/include/linux/pinctrl/consumer.h
@@ -20,6 +20,7 @@
/* This struct is private to the core and should be regarded as a cookie */
struct pinctrl;
struct pinctrl_state;
+struct device;

#ifdef CONFIG_PINCTRL

--
1.7.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/