X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Fwatchdog%2Fsbc_epx_c3.c;fp=drivers%2Fchar%2Fwatchdog%2Fsbc_epx_c3.c;h=837b1ec3ffe32c640ebbd6f0f39c9ef646c28f60;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=bfc475dabe6d76406dd44b968479227c31678619;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/drivers/char/watchdog/sbc_epx_c3.c b/drivers/char/watchdog/sbc_epx_c3.c index bfc475dab..837b1ec3f 100644 --- a/drivers/char/watchdog/sbc_epx_c3.c +++ b/drivers/char/watchdog/sbc_epx_c3.c @@ -15,6 +15,7 @@ #include #include +#include #include #include #include @@ -154,7 +155,7 @@ static int epx_c3_notify_sys(struct notifier_block *this, unsigned long code, return NOTIFY_DONE; } -static const struct file_operations epx_c3_fops = { +static struct file_operations epx_c3_fops = { .owner = THIS_MODULE, .llseek = no_llseek, .write = epx_c3_write,