Revert "of/platform: export of_default_bus_match_table"
This reverts commit b80443c221
.
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>
This commit is contained in:
parent
146dedbcab
commit
e1bcbee6f9
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ const struct of_device_id of_default_bus_match_table[] = {
|
||||||
#endif /* CONFIG_ARM_AMBA */
|
#endif /* CONFIG_ARM_AMBA */
|
||||||
{} /* Empty terminated list */
|
{} /* Empty terminated list */
|
||||||
};
|
};
|
||||||
EXPORT_SYMBOL(of_default_bus_match_table);
|
|
||||||
|
|
||||||
static int of_dev_node_match(struct device *dev, void *data)
|
static int of_dev_node_match(struct device *dev, void *data)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue