]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/watchdog/indydog.c
usb: cdc-wdm: Fix order in disconnect and fix locking
[mv-sheeva.git] / drivers / watchdog / indydog.c
index bea8a124a5590910927d5761382fd0c5bbcaea0c..1cc5609666d10fe45f513c24393232f8180a3ec9 100644 (file)
@@ -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",