X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fchar%2Fwatchdog%2Fmpc8xx_wdt.c;fp=drivers%2Fchar%2Fwatchdog%2Fmpc8xx_wdt.c;h=b2fc71e20850191abc640b901ae63bb51184fb74;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=35dd9e6e114023e5b9d65a801b23e8a728be1263;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/drivers/char/watchdog/mpc8xx_wdt.c b/drivers/char/watchdog/mpc8xx_wdt.c index 35dd9e6e1..b2fc71e20 100644 --- a/drivers/char/watchdog/mpc8xx_wdt.c +++ b/drivers/char/watchdog/mpc8xx_wdt.c @@ -9,6 +9,7 @@ * or implied. */ +#include #include #include #include @@ -132,7 +133,7 @@ static int mpc8xx_wdt_ioctl(struct inode *inode, struct file *file, return 0; } -static const struct file_operations mpc8xx_wdt_fops = { +static struct file_operations mpc8xx_wdt_fops = { .owner = THIS_MODULE, .llseek = no_llseek, .write = mpc8xx_wdt_write,