X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=drivers%2Fchar%2Fwatchdog%2Fsoftdog.c;h=ef8da517545add27cabc43338cbf17d851170625;hb=62322d2554d2f9680c8ace7bbf1f97d8fa84ad1a;hp=79ce5c655428f85242dda0f1588502c652697e21;hpb=d459ec0baa5d22e111dfb139c46d6d788a9eac20;p=deliverable%2Flinux.git diff --git a/drivers/char/watchdog/softdog.c b/drivers/char/watchdog/softdog.c index 79ce5c655428..ef8da517545a 100644 --- a/drivers/char/watchdog/softdog.c +++ b/drivers/char/watchdog/softdog.c @@ -243,7 +243,7 @@ static int softdog_notify_sys(struct notifier_block *this, unsigned long code, * Kernel Interfaces */ -static struct file_operations softdog_fops = { +static const struct file_operations softdog_fops = { .owner = THIS_MODULE, .llseek = no_llseek, .write = softdog_write,