From: kbuild test robot <lkp@intel.com>
To: Heiko Schocher <hs@denx.de>
Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org,
Heiko Schocher <hs@denx.de>,
devicetree@vger.kernel.org, Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>
Subject: [RFC PATCH] regulator, dt: tps6502x_parse_dt_data() can be static
Date: Mon, 19 Oct 2015 15:14:36 +0800 [thread overview]
Message-ID: <20151019071436.GA82393@xian.intel.com> (raw)
In-Reply-To: <1445236033-27747-1-git-send-email-hs@denx.de>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
tps65023-regulator.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/regulator/tps65023-regulator.c b/drivers/regulator/tps65023-regulator.c
index d143267..5989548 100644
--- a/drivers/regulator/tps65023-regulator.c
+++ b/drivers/regulator/tps65023-regulator.c
@@ -360,7 +360,7 @@ static struct of_regulator_match tps65023_matches[] = {
};
struct regulator_init_data
-*tps6502x_parse_dt_data(struct device *dev,
+static *tps6502x_parse_dt_data(struct device *dev,
const struct tps_driver_data *drv_data,
struct of_regulator_match **tps6502x_reg_matches)
{
next prev parent reply other threads:[~2015-10-19 7:15 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-19 7:14 [PATCH] regulator, dt: add dt support for tps6502x regulator kbuild test robot
2015-10-19 6:27 ` Heiko Schocher
2015-10-19 7:14 ` kbuild test robot [this message]
2015-10-21 12:19 ` Mark Brown
2015-10-21 12:52 ` Heiko Schocher
2015-10-21 16:17 ` Mark Brown
2015-10-22 4:51 ` Heiko Schocher
2015-10-22 12:28 ` Mark Brown
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=20151019071436.GA82393@xian.intel.com \
--to=lkp@intel.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=hs@denx.de \
--cc=kbuild-all@01.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.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).