Revert "[POWERPC] Rename get_property to of_get_property: drivers"
This reverts commit d05c7a80cf
,
which included changes which should go via other subsystem
maintainers.
This commit is contained in:
@@ -1290,7 +1290,7 @@ static void radeon_pm_full_reset_sdram(struct radeonfb_info *rinfo)
|
||||
if (rinfo->of_node != NULL) {
|
||||
int size;
|
||||
|
||||
mrtable = of_get_property(rinfo->of_node, "ATY,MRT", &size);
|
||||
mrtable = get_property(rinfo->of_node, "ATY,MRT", &size);
|
||||
if (mrtable)
|
||||
mrtable_size = size >> 2;
|
||||
else
|
||||
|
Reference in New Issue
Block a user