aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/of/platform.c')
-rw-r--r--drivers/of/platform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/platform.c b/drivers/of/platform.c
index 0b49a62b38a3..59731a950c1f 100644
--- a/drivers/of/platform.c
+++ b/drivers/of/platform.c
@@ -505,6 +505,7 @@ EXPORT_SYMBOL_GPL(of_platform_default_populate);
505#ifndef CONFIG_PPC 505#ifndef CONFIG_PPC
506static const struct of_device_id reserved_mem_matches[] = { 506static const struct of_device_id reserved_mem_matches[] = {
507 { .compatible = "qcom,rmtfs-mem" }, 507 { .compatible = "qcom,rmtfs-mem" },
508 { .compatible = "qcom,cmd-db" },
508 { .compatible = "ramoops" }, 509 { .compatible = "ramoops" },
509 {} 510 {}
510}; 511};