summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-08-27 21:39:43 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-08-27 21:39:43 +0200
commitcaec05b6688284bd9745804d54aab5ef62b7ac78 (patch)
tree827c248838dfafa5e191861b3b0d582dd7575e3b
parent2a77eec0d3ca20481a340d4543930a704b3230f6 (diff)
downloadlinux-caec05b6688284bd9745804d54aab5ef62b7ac78.tar.bz2
Revert "of/platform: Disable generic device linking code for PowerPC"
This reverts commit 9c1c5e0bc5ec032e78bf15c302f3b20152f865ad. Based on a lot of email and in-person discussions, this patch series is being reworked to address a number of issues that were pointed out that needed to be taken care of before it should be merged. It will be resubmitted with those changes hopefully soon. Cc: Frank Rowand <frowand.list@gmail.com> Cc: Saravana Kannan <saravanak@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/of/platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/platform.c b/drivers/of/platform.c
index e5f7e40df439..a3cd69772264 100644
--- a/drivers/of/platform.c
+++ b/drivers/of/platform.c
@@ -506,7 +506,6 @@ int of_platform_default_populate(struct device_node *root,
}
EXPORT_SYMBOL_GPL(of_platform_default_populate);
-#ifndef CONFIG_PPC
static bool of_link_is_valid(struct device_node *con, struct device_node *sup)
{
of_node_get(sup);
@@ -684,6 +683,7 @@ static int of_link_to_suppliers(struct device *dev)
return __of_link_to_suppliers(dev, dev->of_node);
}
+#ifndef CONFIG_PPC
static const struct of_device_id reserved_mem_matches[] = {
{ .compatible = "qcom,rmtfs-mem" },
{ .compatible = "qcom,cmd-db" },