X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Fwatchdog%2Fsc1200wdt.c;fp=drivers%2Fchar%2Fwatchdog%2Fsc1200wdt.c;h=787a91595221d01a70b53b68bca5881d5c813817;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=cb92a1bf60538abee43431dcc4d5404b5a196110;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/drivers/char/watchdog/sc1200wdt.c b/drivers/char/watchdog/sc1200wdt.c index cb92a1bf6..787a91595 100644 --- a/drivers/char/watchdog/sc1200wdt.c +++ b/drivers/char/watchdog/sc1200wdt.c @@ -27,6 +27,7 @@ * */ +#include #include #include #include @@ -292,7 +293,7 @@ static struct notifier_block sc1200wdt_notifier = .notifier_call = sc1200wdt_notify_sys, }; -static const struct file_operations sc1200wdt_fops = +static struct file_operations sc1200wdt_fops = { .owner = THIS_MODULE, .llseek = no_llseek,