X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fbooke_wdt.c;h=8b724aad6825929b334375075eda02deab687084;hb=d93d16e9aa58887feadd999ea26b7b8139e98b56;hp=e8380ef65c1c92f5b5b3f6522c56d431e9ca5700;hpb=8ec006c58775869175edee3d23f4525b6df2935a;p=mv-sheeva.git diff --git a/drivers/watchdog/booke_wdt.c b/drivers/watchdog/booke_wdt.c index e8380ef65c1..8b724aad682 100644 --- a/drivers/watchdog/booke_wdt.c +++ b/drivers/watchdog/booke_wdt.c @@ -121,7 +121,7 @@ static ssize_t booke_wdt_write(struct file *file, const char __user *buf, return count; } -static struct watchdog_info ident = { +static const struct watchdog_info ident = { .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING, .identity = "PowerPC Book-E Watchdog", };