]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/char/hvc_iucv.c
hvc_console: make the ops pointer const.
[net-next-2.6.git] / drivers / char / hvc_iucv.c
index fe62bd0e17b751f55e359addc54ee4569a4f7488..21681a81cc35d6ee5cc5a09ac5d37e8be7ce5e15 100644 (file)
@@ -922,7 +922,7 @@ static int hvc_iucv_pm_restore_thaw(struct device *dev)
 
 
 /* HVC operations */
-static struct hv_ops hvc_iucv_ops = {
+static const struct hv_ops hvc_iucv_ops = {
        .get_chars = hvc_iucv_get_chars,
        .put_chars = hvc_iucv_put_chars,
        .notifier_add = hvc_iucv_notifier_add,