omap: i2c: add a timeout to the busy waiting
[safe/jmp/linux-2.6] / drivers / watchdog / pc87413_wdt.c
index 1a2b916..d3aa2f1 100644 (file)
@@ -407,7 +407,7 @@ static long pc87413_ioctl(struct file *file, unsigned int cmd,
                int __user *i;
        } uarg;
 
-       static struct watchdog_info ident = {
+       static const struct watchdog_info ident = {
                .options          = WDIOF_KEEPALIVEPING |
                                    WDIOF_SETTIMEOUT |
                                    WDIOF_MAGICCLOSE,