From: Kefeng Wang Date: Wed, 1 Jun 2016 06:53:11 +0000 (+0800) Subject: Revert "of/platform: export of_default_bus_match_table" X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e1bcbee6f95301197e1039b4e4104cbdc4a332a6;p=deliverable%2Flinux.git 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 Cc: Masahiro Yamada Cc: Rob Herring Cc: Frank Rowand Cc: Grant Likely Signed-off-by: Kefeng Wang Signed-off-by: Rob Herring --- diff --git a/drivers/of/platform.c b/drivers/of/platform.c index c559ef81b07a..153dbe172295 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) {