summaryrefslogtreecommitdiffstats
path: root/drivers/of
diff options
context:
space:
mode:
authorKefeng Wang <wangkefeng.wang@huawei.com>2016-06-01 14:53:11 +0800
committerRob Herring <robh@kernel.org>2016-06-23 15:01:02 -0500
commite1bcbee6f95301197e1039b4e4104cbdc4a332a6 (patch)
tree81880380e79280a9e5663600d16946bfc23f366e /drivers/of
parent146dedbcabd89461faaa85a82e50b2fdd6b24683 (diff)
downloadop-kernel-dev-e1bcbee6f95301197e1039b4e4104cbdc4a332a6.zip
op-kernel-dev-e1bcbee6f95301197e1039b4e4104cbdc4a332a6.tar.gz
Revert "of/platform: export of_default_bus_match_table"
This reverts commit b80443c2211c7daaabd20fbbe9e7beb3fa3408e0. After covering to use helper of_platform_default_populate() to populate the default bus, no need to export of_default_bus_match_table anymore. Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Rob Herring <robh+dt@kernel.org> Cc: Frank Rowand <frowand.list@gmail.com> Cc: Grant Likely <grant.likely@linaro.org> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/of')
-rw-r--r--drivers/of/platform.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/of/platform.c b/drivers/of/platform.c
index c559ef8..153dbe1 100644
--- a/drivers/of/platform.c
+++ b/drivers/of/platform.c
@@ -31,7 +31,6 @@ const struct of_device_id of_default_bus_match_table[] = {
#endif /* CONFIG_ARM_AMBA */
{} /* Empty terminated list */
};
-EXPORT_SYMBOL(of_default_bus_match_table);
static int of_dev_node_match(struct device *dev, void *data)
{
OpenPOWER on IntegriCloud