]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/char/hvc_beat.c
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
[mv-sheeva.git] / drivers / char / hvc_beat.c
index 9b397c5ee1d7cefbd5c41d9d0bd559a88a172fdf..5fe4631e2a6135f1fb2c417246b7e306e980475b 100644 (file)
@@ -84,7 +84,7 @@ static int hvc_beat_put_chars(uint32_t vtermno, const char *buf, int cnt)
        return cnt;
 }
 
-static struct hv_ops hvc_beat_get_put_ops = {
+static const struct hv_ops hvc_beat_get_put_ops = {
        .get_chars = hvc_beat_get_chars,
        .put_chars = hvc_beat_put_chars,
 };