]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/char/hvc_iseries.c
Merge branch 'for-next' into for-linus
[mv-sheeva.git] / drivers / char / hvc_iseries.c
index 0794925d8042d517b383972f59f526b514637cbf..21c54955084e743c17bfcbb817ac5464fe717e36 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,