Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux
[deliverable/linux.git] / drivers / char / hvc_udbg.c
index bd63ba878a560eecf3513dd58989331337c1a7f4..b0957e61a7befc015fb05adf587e32d48626edea 100644 (file)
@@ -58,7 +58,7 @@ static int hvc_udbg_get(uint32_t vtermno, char *buf, int count)
        return i;
 }
 
-static struct hv_ops hvc_udbg_ops = {
+static const struct hv_ops hvc_udbg_ops = {
        .get_chars = hvc_udbg_get,
        .put_chars = hvc_udbg_put,
 };
This page took 0.026568 seconds and 5 git commands to generate.