]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/hvc_vio.c
layered parport code uses parport->dev
[linux-2.6-omap-h63xx.git] / drivers / char / hvc_vio.c
index f9c00844d2bfe9250448e0436421085f4b220d8a..94a542e20efb02eb07beb1266567e444b396219f 100644 (file)
@@ -153,7 +153,7 @@ static int hvc_find_vtys(void)
                if (num_found >= MAX_NR_HVC_CONSOLES)
                        break;
 
-               vtermno = get_property(vty, "reg", NULL);
+               vtermno = of_get_property(vty, "reg", NULL);
                if (!vtermno)
                        continue;