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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753144AbbJSHPM (ORCPT ); Mon, 19 Oct 2015 03:15:12 -0400 Received: from mga01.intel.com ([192.55.52.88]:56103 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752793AbbJSHPL (ORCPT ); Mon, 19 Oct 2015 03:15:11 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,700,1437462000"; d="scan'208";a="667074661" Date: Mon, 19 Oct 2015 15:14:36 +0800 From: kbuild test robot To: Heiko Schocher Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org, Heiko Schocher , devicetree@vger.kernel.org, Liam Girdwood , Mark Brown Subject: [RFC PATCH] regulator, dt: tps6502x_parse_dt_data() can be static 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 Content-Disposition: inline In-Reply-To: <1445236033-27747-1-git-send-email-hs@denx.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: fengguang.wu@intel.com X-SA-Exim-Scanned: No (on bee); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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) {