|
@@ -121,7 +121,7 @@ static ssize_t booke_wdt_write(struct file *file, const char __user *buf,
|
|
return count;
|
|
return count;
|
|
}
|
|
}
|
|
|
|
|
|
-static const struct watchdog_info ident = {
|
|
|
|
|
|
+static struct watchdog_info ident = {
|
|
.options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
|
.options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
|
|
.identity = "PowerPC Book-E Watchdog",
|
|
.identity = "PowerPC Book-E Watchdog",
|
|
};
|
|
};
|