X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Fwatchdog%2Fmixcomwd.c;h=d8dede575402e14ab31952fec1d249cb0156b008;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=ae943324d2511e2b5ab174b59d864fc055ca60a3;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/drivers/char/watchdog/mixcomwd.c b/drivers/char/watchdog/mixcomwd.c index ae943324d..d8dede575 100644 --- a/drivers/char/watchdog/mixcomwd.c +++ b/drivers/char/watchdog/mixcomwd.c @@ -37,6 +37,7 @@ #include #include +#include #include #include #include @@ -190,7 +191,7 @@ static int mixcomwd_ioctl(struct inode *inode, struct file *file, return 0; } -static const struct file_operations mixcomwd_fops= +static struct file_operations mixcomwd_fops= { .owner = THIS_MODULE, .llseek = no_llseek,