hvc_console: make the ops pointer const.
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 28 Nov 2009 06:50:26 +0000 (12:20 +0530)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 24 Feb 2010 03:52:32 +0000 (14:22 +1030)
commit1dff399616a79b8ef5d61ad68f2ef1e1f590b465
treeaa463b02bfdabc008a9e62717d25e259585e0f3d
parent971f3390003619ea4ac0b20ee93dfd3209025790
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
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
drivers/char/virtio_console.c