* [PATCH] rtc: Add missing include to gef_wdt.
@ 2010-12-01 14:31 Martyn Welch
0 siblings, 0 replies; only message in thread
From: Martyn Welch @ 2010-12-01 14:31 UTC (permalink / raw)
To: Wim Van Sebroeck; +Cc: linux-watchdog, linux-kernel
Add missing include "linux/fs.h"i. Fixes compile failure.
Signed-off-by: Martyn Welch <martyn.welch@ge.com>
---
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..34f64ad 100644
--- a/drivers/watchdog/gef_wdt.c
+++ b/drivers/watchdog/gef_wdt.c
@@ -34,6 +34,7 @@
#include <linux/of_platform.h>
#include <linux/io.h>
#include <linux/uaccess.h>
+#include <linux/fs.h>
#include <sysdev/fsl_soc.h>
--
Martyn Welch (Principal Software Engineer) | Registered in England and
GE Intelligent Platforms | Wales (3828642) at 100
T +44(0)127322748 | Barbirolli Square, Manchester,
E martyn.welch@ge.com | M2 3AB VAT:GB 927559189
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-01 14:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-01 14:31 [PATCH] rtc: Add missing include to gef_wdt Martyn Welch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox