]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/hvc_lguest.c
Console events and accessibility
[linux-2.6-omap-h63xx.git] / drivers / char / hvc_lguest.c
index 3d6bd0baa56dec3e45e84638719c8842986a935c..efccb21558309ec2ce62e9ccc9342ce41f6766b5 100644 (file)
@@ -115,7 +115,7 @@ static struct hv_ops lguest_cons = {
  * (0), and the struct hv_ops containing the put_chars() function. */
 static int __init cons_init(void)
 {
-       if (strcmp(paravirt_ops.name, "lguest") != 0)
+       if (strcmp(pv_info.name, "lguest") != 0)
                return 0;
 
        return hvc_instantiate(0, 0, &lguest_cons);