X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Findydog.c;h=1cc5609666d10fe45f513c24393232f8180a3ec9;hb=d93d16e9aa58887feadd999ea26b7b8139e98b56;hp=bea8a124a5590910927d5761382fd0c5bbcaea0c;hpb=8a517c514d5893602cf85c1b4c47afbbc04d2198;p=mv-sheeva.git diff --git a/drivers/watchdog/indydog.c b/drivers/watchdog/indydog.c index bea8a124a55..1cc5609666d 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",