Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1318603 > unrolled thread

[PATCH 15/15] Revert "of/platform: export of_default_bus_match_table"

Started byKefeng Wang <wangkefeng.wang@huawei.com>
First post2016-01-27 05:30 +0100
Last post2016-01-27 15:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 15/15] Revert "of/platform: export of_default_bus_match_table" Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-01-27 05:30 +0100
    Re: [PATCH 15/15] Revert "of/platform: export of_default_bus_match_table" Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-01-27 15:00 +0100

#1318603 — [PATCH 15/15] Revert "of/platform: export of_default_bus_match_table"

FromKefeng Wang <wangkefeng.wang@huawei.com>
Date2016-01-27 05:30 +0100
Subject[PATCH 15/15] Revert "of/platform: export of_default_bus_match_table"
Message-ID<qVpTX-6np-3@gated-at.bofh.it>
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.

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>
---
 drivers/of/platform.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/of/platform.c b/drivers/of/platform.c
index 8d103e4..af98343 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)
 {
-- 
2.6.0.GIT

[toc] | [next] | [standalone]


#1318978

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2016-01-27 15:00 +0100
Message-ID<qVyNC-4jj-29@gated-at.bofh.it>
In reply to#1318603
2016-01-27 13:27 GMT+09:00 Kefeng Wang <wangkefeng.wang@huawei.com>:
> 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.
>
> 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>

Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>


-- 
Best Regards
Masahiro Yamada

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web