[POWERPC] Rename get_property to of_get_property: drivers
[powerpc.git] / drivers / char / hvc_iseries.c
index f144a94..ec420fe 100644 (file)
@@ -575,7 +575,7 @@ static int hvc_find_vtys(void)
                                (num_found >= VTTY_PORTS))
                        break;
 
-               vtermno = get_property(vty, "reg", NULL);
+               vtermno = of_get_property(vty, "reg", NULL);
                if (!vtermno)
                        continue;