summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/memory/pl172.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/memory/pl172.c b/drivers/memory/pl172.c
index 3a8e57ee96f0..b2ef6072fbf4 100644
--- a/drivers/memory/pl172.c
+++ b/drivers/memory/pl172.c
@@ -255,8 +255,7 @@ static int pl172_probe(struct amba_device *adev, const struct amba_id *id)
if (ret)
continue;
- of_platform_populate(child_np, of_default_bus_match_table,
- NULL, dev);
+ of_platform_populate(child_np, NULL, NULL, dev);
}
return 0;