Re: [PATCH 3/4] regulator: ab8500: Fix 'match_size' undeclared and missing semicolon

2013-04-03 Thread Lee Jones
On Wed, 03 Apr 2013, Axel Lin wrote: > Fix below build errors: > CC drivers/regulator/ab8500.o > drivers/regulator/ab8500.c: In function 'ab8500_regulator_probe': > drivers/regulator/ab8500.c:3018:3: error: 'match_size' undeclared (first use > in this function) >

Re: [PATCH 3/4] regulator: ab8500: Fix 'match_size' undeclared and missing semicolon

2013-04-03 Thread Lee Jones
On Wed, 03 Apr 2013, Axel Lin wrote: Fix below build errors: CC drivers/regulator/ab8500.o drivers/regulator/ab8500.c: In function 'ab8500_regulator_probe': drivers/regulator/ab8500.c:3018:3: error: 'match_size' undeclared (first use in this function)

[PATCH 3/4] regulator: ab8500: Fix 'match_size' undeclared and missing semicolon

2013-04-02 Thread Axel Lin
Fix below build errors: CC drivers/regulator/ab8500.o drivers/regulator/ab8500.c: In function 'ab8500_regulator_probe': drivers/regulator/ab8500.c:3018:3: error: 'match_size' undeclared (first use in this function) drivers/regulator/ab8500.c:3018:3: note: each undeclared identifier is

[PATCH 3/4] regulator: ab8500: Fix 'match_size' undeclared and missing semicolon

2013-04-02 Thread Axel Lin
Fix below build errors: CC drivers/regulator/ab8500.o drivers/regulator/ab8500.c: In function 'ab8500_regulator_probe': drivers/regulator/ab8500.c:3018:3: error: 'match_size' undeclared (first use in this function) drivers/regulator/ab8500.c:3018:3: note: each undeclared identifier is