]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/watchdog/stm32_iwdg.c
drm/nouveau/mmu: define user interfaces to mmu vmm opertaions
[mirror_ubuntu-bionic-kernel.git] / drivers / watchdog / stm32_iwdg.c
index 6c501b7dba29570501b8926baacc0d4d7820fdd0..be64a8699de3d07d8638db4a7aa207304583ed98 100644 (file)
@@ -140,7 +140,7 @@ static const struct watchdog_info stm32_iwdg_info = {
        .identity       = "STM32 Independent Watchdog",
 };
 
-static struct watchdog_ops stm32_iwdg_ops = {
+static const struct watchdog_ops stm32_iwdg_ops = {
        .owner          = THIS_MODULE,
        .start          = stm32_iwdg_start,
        .ping           = stm32_iwdg_ping,