[WATCHDOG] watchdog_info constify

make the watchdog_info struct const where possible.

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Tento commit je obsažen v:
Wim Van Sebroeck
2009-12-26 18:55:22 +00:00
rodič cda61c9420
revize 42747d712d
52 změnil soubory, kde provedl 53 přidání a 53 odebrání

Zobrazit soubor

@@ -256,7 +256,7 @@ static long esb_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
int new_heartbeat;
void __user *argp = (void __user *)arg;
int __user *p = argp;
static struct watchdog_info ident = {
static const struct watchdog_info ident = {
.options = WDIOF_SETTIMEOUT |
WDIOF_KEEPALIVEPING |
WDIOF_MAGICCLOSE,