X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Fwatchdog%2Fibmasr.c;fp=drivers%2Fchar%2Fwatchdog%2Fibmasr.c;h=294c474ae485764eb9416a2c9c9cd5d56b773065;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=26ceee7a4df0922bd370560a4023d1bfa1892267;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/drivers/char/watchdog/ibmasr.c b/drivers/char/watchdog/ibmasr.c index 26ceee7a4..294c474ae 100644 --- a/drivers/char/watchdog/ibmasr.c +++ b/drivers/char/watchdog/ibmasr.c @@ -10,6 +10,7 @@ * of the GNU Public License, incorporated herein by reference. */ +#include #include #include #include @@ -322,7 +323,7 @@ static int asr_release(struct inode *inode, struct file *file) return 0; } -static const struct file_operations asr_fops = { +static struct file_operations asr_fops = { .owner = THIS_MODULE, .llseek = no_llseek, .write = asr_write,