]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/char/hvc_rtas.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[karo-tx-linux.git] / drivers / char / hvc_rtas.c
index 88590d040046decb71f76629c3aa52fd0383817b..61c4a61558d972abebb2ba6fd11d906066169ac6 100644 (file)
@@ -71,7 +71,7 @@ static int hvc_rtas_read_console(uint32_t vtermno, char *buf, int count)
        return i;
 }
 
-static struct hv_ops hvc_rtas_get_put_ops = {
+static const struct hv_ops hvc_rtas_get_put_ops = {
        .get_chars = hvc_rtas_read_console,
        .put_chars = hvc_rtas_write_console,
 };