]> Pileus Git - ~andy/linux/blobdiff - drivers/watchdog/at91rm9200_wdt.c
[WATCHDOG] watchdog_info constify
[~andy/linux] / drivers / watchdog / at91rm9200_wdt.c
index b185dafe14944acdfd77b1a88ce2615be54de259..b3046dc4b56c648d571abc08062b6b47582e9eef 100644 (file)
@@ -121,7 +121,7 @@ static int at91_wdt_settimeout(int new_time)
        return 0;
 }
 
-static struct watchdog_info at91_wdt_info = {
+static const struct watchdog_info at91_wdt_info = {
        .identity       = "at91 watchdog",
        .options        = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING,
 };