hvc_console: Make the ops pointer const.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 18 Jan 2010 03:44:57 +0000 (03:44 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 3 Feb 2010 06:39:49 +0000 (17:39 +1100)
commitb51130685817d8c1b56386f9957405b5be2cdfe0
tree539572b81d26a5eff70e75ad6d1fffb2f443cfc0
parent7b62922a071aea362e879252d7482e448bd63d9c
hvc_console: Make the ops pointer const.

This is nicer for modern R/O protection.  And noone needs it non-const, so
constify the callers as well.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
To: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: linuxppc-dev@ozlabs.org
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/char/hvc_beat.c
drivers/char/hvc_console.c
drivers/char/hvc_console.h
drivers/char/hvc_iseries.c
drivers/char/hvc_iucv.c
drivers/char/hvc_rtas.c
drivers/char/hvc_udbg.c
drivers/char/hvc_vio.c
drivers/char/hvc_xen.c