Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1bcbee6 authored by Kefeng Wang's avatar Kefeng Wang Committed by Rob Herring
Browse files

Revert "of/platform: export of_default_bus_match_table"



This reverts commit b80443c2.

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: default avatarMasahiro 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: default avatarKefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 146dedbc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)
{