diff options
Diffstat (limited to 'arch/powerpc/platforms/ps3/os-area.c')
-rw-r--r-- | arch/powerpc/platforms/ps3/os-area.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/ps3/os-area.c b/arch/powerpc/platforms/ps3/os-area.c index 56d26bc4fd41..09787139834d 100644 --- a/arch/powerpc/platforms/ps3/os-area.c +++ b/arch/powerpc/platforms/ps3/os-area.c | |||
@@ -280,13 +280,13 @@ static void os_area_set_property(struct device_node *node, | |||
280 | 280 | ||
281 | if (tmp) { | 281 | if (tmp) { |
282 | pr_debug("%s:%d found %s\n", __func__, __LINE__, prop->name); | 282 | pr_debug("%s:%d found %s\n", __func__, __LINE__, prop->name); |
283 | prom_remove_property(node, tmp); | 283 | of_remove_property(node, tmp); |
284 | } | 284 | } |
285 | 285 | ||
286 | result = prom_add_property(node, prop); | 286 | result = of_add_property(node, prop); |
287 | 287 | ||
288 | if (result) | 288 | if (result) |
289 | pr_debug("%s:%d prom_set_property failed\n", __func__, | 289 | pr_debug("%s:%d of_set_property failed\n", __func__, |
290 | __LINE__); | 290 | __LINE__); |
291 | } | 291 | } |
292 | 292 | ||