From: wangkefeng.wang@huawei.com (Kefeng Wang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 14/14] Revert "of/platform: export of_default_bus_match_table"
Date: Tue, 5 Apr 2016 13:59:42 +0800 [thread overview]
Message-ID: <1459835982-26473-15-git-send-email-wangkefeng.wang@huawei.com> (raw)
In-Reply-To: <1459835982-26473-1-git-send-email-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.
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>
---
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
next prev parent reply other threads:[~2016-04-05 5:59 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-05 5:59 [PATCH v3 00/14] use of_platform_default_populate() to populate default bus Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 01/14] arm: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 02/14] arm64: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 03/14] mips: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 04/14] c6x: " Kefeng Wang
2016-04-05 13:50 ` Mark Salter
2016-04-05 5:59 ` [PATCH v3 05/14] metag: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 06/14] cris: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 07/14] nios2: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 08/14] xtensa: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 09/14] sh: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 10/14] bus: imx-weim: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 11/14] bus: uniphier-system-bus: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 12/14] memory: omap-gpmc: " Kefeng Wang
2016-04-05 5:59 ` [PATCH v3 13/14] of: unittest: " Kefeng Wang
2016-04-05 5:59 ` Kefeng Wang [this message]
2016-04-06 3:48 ` [PATCH v3 00/14] " Kefeng Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1459835982-26473-15-git-send-email-wangkefeng.wang@huawei.com \
--to=wangkefeng.wang@huawei.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).