All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: gef_wdt: include fs.h
@ 2010-12-01 23:11 Wolfram Sang
  2010-12-02  9:04 ` Martyn Welch
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfram Sang @ 2010-12-01 23:11 UTC (permalink / raw)
  To: linux-watchdog; +Cc: Wolfram Sang, Martyn Welch, Wim Van Sebroeck

Do like all the others do. Spotted because another watchdog driver in arch/
missed it, too, and caused build failures with randconfigs.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Martyn Welch <martyn.welch@ge.com>
Cc: Wim Van Sebroeck <wim@iguana.be>
---
 drivers/watchdog/gef_wdt.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/watchdog/gef_wdt.c b/drivers/watchdog/gef_wdt.c
index 9c21d19..f6bd6f1 100644
--- a/drivers/watchdog/gef_wdt.c
+++ b/drivers/watchdog/gef_wdt.c
@@ -30,6 +30,7 @@
 #include <linux/module.h>
 #include <linux/miscdevice.h>
 #include <linux/watchdog.h>
+#include <linux/fs.h>
 #include <linux/of.h>
 #include <linux/of_platform.h>
 #include <linux/io.h>
-- 
1.7.2.3


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

end of thread, other threads:[~2010-12-02 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-01 23:11 [PATCH] watchdog: gef_wdt: include fs.h Wolfram Sang
2010-12-02  9:04 ` Martyn Welch
2010-12-02 14:00   ` Wim Van Sebroeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.