[WATCHDOG] constify function pointer tables
authorJan Engelhardt <jengelh@computergmbh.de>
Tue, 22 Jan 2008 19:48:10 +0000 (20:48 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 25 Jan 2008 20:41:30 +0000 (20:41 +0000)
commitb47a166ed0baaaa30112532bad41b21e7c5e4d31
tree21dd81db7259f3090758cfaeb05cc8234974c398
parent6f702fce387e16e16d7930b5c9927d5e71d36ece
[WATCHDOG] constify function pointer tables

"static struct file_operations" should be
"static const struct file_operations".

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/ar7_wdt.c
drivers/watchdog/bfin_wdt.c
drivers/watchdog/it8712f_wdt.c
drivers/watchdog/mpc5200_wdt.c
drivers/watchdog/mtx-1_wdt.c