hvc_console: make the ops pointer const.
[cascardo/linux.git] / drivers / char / hvc_iseries.c
index 936d05b..fd02426 100644 (file)
@@ -197,7 +197,7 @@ done:
        return sent;
 }
 
-static struct hv_ops hvc_get_put_ops = {
+static const struct hv_ops hvc_get_put_ops = {
        .get_chars = get_chars,
        .put_chars = put_chars,
        .notifier_add = notifier_add_irq,