[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)
"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>

No differences found