Re: [U-Boot] tps6586x: staticize funtions

2014-05-12 Thread Tom Rini
On Thu, Apr 24, 2014 at 08:55:07AM +0530, Manish Badarkhe wrote: > Make funtions static which are locally used in file. > > Signed-off-by: Manish Badarkhe Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-

Re: [U-Boot] tps6586x: staticize funtions

2014-05-11 Thread Manish Badarkhe
Hi Tom, On Thu, Apr 24, 2014 at 8:55 AM, Manish Badarkhe wrote: > Make funtions static which are locally used in file. > > Signed-off-by: Manish Badarkhe > --- > :100644 100644 704c243... d29d969... M drivers/power/tps6586x.c > drivers/power/tps6586x.c |4 ++-- > 1 file changed, 2 insertio

[U-Boot] tps6586x: staticize funtions

2014-04-23 Thread Manish Badarkhe
Make funtions static which are locally used in file. Signed-off-by: Manish Badarkhe --- :100644 100644 704c243... d29d969... M drivers/power/tps6586x.c drivers/power/tps6586x.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/power/tps6586x.c b/drivers/power/tp