diff options
author | Wolfram Sang & Martyn Welch <w.sang@pengutronix.de, martyn.welch@ge.com> | 2010-12-01 18:11:16 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2010-12-02 09:10:21 -0500 |
commit | f6e0722fc3a35ff818c86ffbc414f7592a8119cf (patch) | |
tree | fa64cae32e6f767442eabc7975974d75e04b5143 /drivers/watchdog | |
parent | e6c3b699b2f6fcba7036c079b6f16bf9556c7f0d (diff) |
watchdog: gef_wdt: include fs.h
Add missing include "linux/fs.h".
This fixes compile failure.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | 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 9c21d19043a6..f6bd6f10fcec 100644 --- a/drivers/watchdog/gef_wdt.c +++ b/drivers/watchdog/gef_wdt.c | |||
@@ -30,6 +30,7 @@ | |||
30 | #include <linux/module.h> | 30 | #include <linux/module.h> |
31 | #include <linux/miscdevice.h> | 31 | #include <linux/miscdevice.h> |
32 | #include <linux/watchdog.h> | 32 | #include <linux/watchdog.h> |
33 | #include <linux/fs.h> | ||
33 | #include <linux/of.h> | 34 | #include <linux/of.h> |
34 | #include <linux/of_platform.h> | 35 | #include <linux/of_platform.h> |
35 | #include <linux/io.h> | 36 | #include <linux/io.h> |