Skip to content

Commit

Permalink
watchdog: gef_wdt: include fs.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wolfram Sang & Martyn Welch authored and Wim Van Sebroeck committed Dec 2, 2010
1 parent e6c3b69 commit f6e0722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/watchdog/gef_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f6e0722

Please sign in to comment.