X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Findydog.c;h=1cc5609666d10fe45f513c24393232f8180a3ec9;hb=441f4058a04b2943685ff94e0f5f1992b0b3649e;hp=bea8a124a5590910927d5761382fd0c5bbcaea0c;hpb=c222dce48cb2adf5ed68201fb2a59d00544b9a74;p=cascardo%2Flinux.git diff --git a/drivers/watchdog/indydog.c b/drivers/watchdog/indydog.c index bea8a124a559..1cc5609666d1 100644 --- a/drivers/watchdog/indydog.c +++ b/drivers/watchdog/indydog.c @@ -111,7 +111,7 @@ static long indydog_ioctl(struct file *file, unsigned int cmd, unsigned long arg) { int options, retval = -EINVAL; - static struct watchdog_info ident = { + static const struct watchdog_info ident = { .options = WDIOF_KEEPALIVEPING, .firmware_version = 0, .identity = "Hardware Watchdog for SGI IP22",