Re: [PATCH] regulator: da9063: Statize da9063_ldo_lim_event

2013-09-01 Thread Mark Brown
On Sun, Sep 01, 2013 at 12:19:51PM +0800, Axel Lin wrote: > da9063_ldo_lim_event() is only referenced in this driver, make it static. Applied, thanks. signature.asc Description: Digital signature

[PATCH] regulator: da9063: Statize da9063_ldo_lim_event

2013-08-31 Thread Axel Lin
da9063_ldo_lim_event() is only referenced in this driver, make it static. Signed-off-by: Axel Lin --- drivers/regulator/da9063-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/da9063-regulator.c b/drivers/regulator/da9063-regulator.c index 139ad4