Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1250398
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC PATCH] regulator, dt: tps6502x_parse_dt_data() can be static |
| Date | 2015-10-19 09:20 +0200 |
| Message-ID | <qlcTE-5If-5@gated-at.bofh.it> (permalink) |
| References | <qlcTE-5If-7@gated-at.bofh.it> <qlc7f-4wB-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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)
{
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] regulator, dt: add dt support for tps6502x regulator Heiko Schocher <hs@denx.de> - 2015-10-19 08:30 +0200
[RFC PATCH] regulator, dt: tps6502x_parse_dt_data() can be static kbuild test robot <lkp@intel.com> - 2015-10-19 09:20 +0200
Re: [PATCH] regulator, dt: add dt support for tps6502x regulator kbuild test robot <lkp@intel.com> - 2015-10-19 09:30 +0200
Re: [PATCH] regulator, dt: add dt support for tps6502x regulator Mark Brown <broonie@kernel.org> - 2015-10-21 14:20 +0200
Re: [PATCH] regulator, dt: add dt support for tps6502x regulator Heiko Schocher <hs@denx.de> - 2015-10-21 15:00 +0200
Re: [PATCH] regulator, dt: add dt support for tps6502x regulator Mark Brown <broonie@kernel.org> - 2015-10-21 18:20 +0200
Re: [PATCH] regulator, dt: add dt support for tps6502x regulator Heiko Schocher <hs@denx.de> - 2015-10-22 07:00 +0200
Re: [PATCH] regulator, dt: add dt support for tps6502x regulator Mark Brown <broonie@kernel.org> - 2015-10-23 01:40 +0200
csiph-web