linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gpiolib: add missing declarations
@ 2013-11-23  5:54 Alexandre Courbot
  2013-11-25  8:58 ` Mika Westerberg
  0 siblings, 1 reply; 7+ messages in thread
From: Alexandre Courbot @ 2013-11-23  5:54 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Stephen Warren, Mika Westerberg, linux-gpio, linux-kernel,
	Alexandre Courbot

Add missing declarations and include files to avoid warnings during
compilation of include/gpio/driver.h.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Reported-by: Stephen Warren <swarren@wwwdotorg.org>
---
 include/linux/gpio/driver.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h
index 82eac61..3ea2cf6 100644
--- a/include/linux/gpio/driver.h
+++ b/include/linux/gpio/driver.h
@@ -2,9 +2,12 @@
 #define __LINUX_GPIO_DRIVER_H
 
 #include <linux/types.h>
+#include <linux/module.h>
 
 struct device;
 struct gpio_desc;
+struct of_phandle_args;
+struct device_node;
 struct seq_file;
 
 /**
-- 
1.8.4.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-11-28 14:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-23  5:54 [PATCH] gpiolib: add missing declarations Alexandre Courbot
2013-11-25  8:58 ` Mika Westerberg
2013-11-25  9:07   ` Alexandre Courbot
2013-11-25  9:28     ` Mika Westerberg
2013-11-25  9:26       ` Alex Courbot
2013-11-25  9:34         ` [PATCH v2] " Alexandre Courbot
2013-11-28 14:32           ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).