]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/booke_wdt.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[karo-tx-linux.git] / drivers / watchdog / booke_wdt.c
index 500d38342e1ecc7e03f8654cfab7b9d760624664..801ead1914999c435b36fba4624329758936aadf 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",
 };