[RFC PATCH] regulator, dt: tps6502x_parse_dt_data() can be static

From: kbuild test robot
Date: Mon Oct 19 2015 - 03:15:20 EST



Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/