xen/hvc: constify hv_ops structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Wed, 30 Dec 2015 10:28:02 +0000 (11:28 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Feb 2016 01:19:10 +0000 (17:19 -0800)
commit54573c4a073ff510d028f423ed3074573c7d9437
tree33bbe0f6e8d740a6f9c906e2112fb2c799bcf25e
parent98cb4ab09e772d791b7150c38574a024b9801b47
xen/hvc: constify hv_ops structures

These hv_ops structures are never modified, so declare them as const.  Most
were const already.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/hvc/hvc_xen.c