X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fchar%2Fwatchdog%2Fpc87413_wdt.c;h=3d3deae0d64ba0668f28fb275a082531a7e62e1c;hb=58a3bb59973e33a428d72fa530a3d1d81feb0e8f;hp=4faea2fec0a32e3311f685c280399ea2638ab8bc;hpb=88d5a7bb75b5e8f600e79b16abaf008c7fdfd27d;p=mirror_ubuntu-bionic-kernel.git diff --git a/drivers/char/watchdog/pc87413_wdt.c b/drivers/char/watchdog/pc87413_wdt.c index 4faea2fec0a3..3d3deae0d64b 100644 --- a/drivers/char/watchdog/pc87413_wdt.c +++ b/drivers/char/watchdog/pc87413_wdt.c @@ -526,7 +526,7 @@ static int pc87413_notify_sys(struct notifier_block *this, /* -- Module's structures ---------------------------------------*/ -static struct file_operations pc87413_fops = { +static const struct file_operations pc87413_fops = { .owner = THIS_MODULE, .llseek = no_llseek, .write = pc87413_write,