X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Fwatchdog%2Fw83977f_wdt.c;h=a7ff64c8921f299202a4eda9f2a040a42f360eff;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=98f4e17db70a478441bfa9d68e2d1d1a704df12a;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/drivers/char/watchdog/w83977f_wdt.c b/drivers/char/watchdog/w83977f_wdt.c index 98f4e17db..a7ff64c89 100644 --- a/drivers/char/watchdog/w83977f_wdt.c +++ b/drivers/char/watchdog/w83977f_wdt.c @@ -17,6 +17,7 @@ #include #include +#include #include #include #include @@ -449,7 +450,7 @@ static int wdt_notify_sys(struct notifier_block *this, unsigned long code, return NOTIFY_DONE; } -static const struct file_operations wdt_fops= +static struct file_operations wdt_fops= { .owner = THIS_MODULE, .llseek = no_llseek,