From: kbuild test robot <lkp-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: kbuild-all-JC7UmRfGjtg@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Heiko Schocher <hs-ynQEQJNshbs@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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-ynQEQJNshbs@public.gmane.org>
Signed-off-by: Fengguang Wu <fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
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)
{
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
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:14 UTC|newest]
Thread overview: 14+ 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 7:14 ` kbuild test robot
[not found] ` <1445236033-27747-1-git-send-email-hs-ynQEQJNshbs@public.gmane.org>
2015-10-19 7:14 ` kbuild test robot [this message]
2015-10-19 7:14 ` [RFC PATCH] regulator, dt: tps6502x_parse_dt_data() can be static kbuild test robot
2015-10-21 12:19 ` [PATCH] regulator, dt: add dt support for tps6502x regulator Mark Brown
2015-10-21 12:19 ` Mark Brown
[not found] ` <20151021121925.GC8232-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-10-21 12:52 ` Heiko Schocher
2015-10-21 12:52 ` Heiko Schocher
2015-10-21 16:17 ` Mark Brown
[not found] ` <20151021161732.GO32054-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-10-22 4:51 ` Heiko Schocher
2015-10-22 4:51 ` Heiko Schocher
2015-10-22 12:28 ` Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2015-10-19 6:27 Heiko Schocher
2015-10-19 6:27 ` Heiko Schocher
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-ral2jqcrhueavxtiumwx3w@public.gmane.org \
--cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=hs-ynQEQJNshbs@public.gmane.org \
--cc=kbuild-all-JC7UmRfGjtg@public.gmane.org \
--cc=lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.