watchdog: booke_wdt: fix build - unconstify watchdog_info
[pandora-kernel.git] / drivers / watchdog / booke_wdt.c
index 500d383..801ead1 100644 (file)
@@ -121,7 +121,7 @@ static ssize_t booke_wdt_write(struct file *file, const char __user *buf,
        return count;
 }
 
-static const struct watchdog_info ident = {
+static struct watchdog_info ident = {
        .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
        .identity = "PowerPC Book-E Watchdog",
 };