X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Fwatchdog%2Fmv64x60_wdt.c;h=f1b9cf89f153ab727d357435437c0f6fc54dea73;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=5c8fab345b403668a6159cc9b8a35392a0cc3b36;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/drivers/char/watchdog/mv64x60_wdt.c b/drivers/char/watchdog/mv64x60_wdt.c index 5c8fab345..f1b9cf89f 100644 --- a/drivers/char/watchdog/mv64x60_wdt.c +++ b/drivers/char/watchdog/mv64x60_wdt.c @@ -15,6 +15,7 @@ * or implied. */ +#include #include #include #include @@ -166,7 +167,7 @@ static int mv64x60_wdt_ioctl(struct inode *inode, struct file *file, return 0; } -static const struct file_operations mv64x60_wdt_fops = { +static struct file_operations mv64x60_wdt_fops = { .owner = THIS_MODULE, .llseek = no_llseek, .write = mv64x60_wdt_write,