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

No differences found