[WATCHDOG] watchdog_info constify

make the watchdog_info struct const where possible.

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Цей коміт міститься в:
Wim Van Sebroeck
2009-12-26 18:55:22 +00:00
джерело cda61c9420
коміт 42747d712d
52 змінених файлів з 53 додано та 53 видалено

Переглянути файл

@@ -111,7 +111,7 @@ out:
}
static struct watchdog_info ident = {
static const struct watchdog_info ident = {
.options = WDIOF_MAGICCLOSE | WDIOF_SETTIMEOUT |
WDIOF_KEEPALIVEPING,
.identity = WATCHDOG_NAME,