X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fwm831x_wdt.c;h=8c4b2d5bb7da542a364d77ac7deb9e8c5a07f1c0;hb=e10154189f001b6428a83f58b03a27954f0f8022;hp=775bcd807f316fdd46f6ebb3ba69a3bf73d6e9ed;hpb=0c9af2807490cc5f4d2833799482c391a3a3fee4;p=pandora-kernel.git diff --git a/drivers/watchdog/wm831x_wdt.c b/drivers/watchdog/wm831x_wdt.c index 775bcd807f31..8c4b2d5bb7da 100644 --- a/drivers/watchdog/wm831x_wdt.c +++ b/drivers/watchdog/wm831x_wdt.c @@ -213,7 +213,7 @@ static ssize_t wm831x_wdt_write(struct file *file, return count; } -static struct watchdog_info ident = { +static const struct watchdog_info ident = { .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE, .identity = "WM831x Watchdog", };