From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbuild test robot Subject: [RFC PATCH] regulator, dt: tps6502x_parse_dt_data() can be static Date: Mon, 19 Oct 2015 15:14:36 +0800 Message-ID: <20151019071436.GA82393@xian.intel.com> References: <201510191555.o18rGodH%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1445236033-27747-1-git-send-email-hs-ynQEQJNshbs@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: kbuild-all-JC7UmRfGjtg@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Heiko Schocher , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Liam Girdwood , Mark Brown List-Id: devicetree@vger.kernel.org Signed-off-by: Fengguang Wu --- 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