Re: [PATCH] regulator: bd71837: add to fix build errors

2018-11-07 Thread Matti Vaittinen
Thanks Randy, On Wed, Nov 07, 2018 at 08:38:50AM -0800, Randy Dunlap wrote: > On 10/25/18 11:02 PM, Vaittinen, Matti wrote: > > Hello, > > > > From: Randy Dunlap > > > >> Fix build error due to missing header file: > >> > >> drivers/regulator/bd71837-regulator.c:242:3: error: implicit

Re: [PATCH] regulator: bd71837: add to fix build errors

2018-11-07 Thread Matti Vaittinen
Thanks Randy, On Wed, Nov 07, 2018 at 08:38:50AM -0800, Randy Dunlap wrote: > On 10/25/18 11:02 PM, Vaittinen, Matti wrote: > > Hello, > > > > From: Randy Dunlap > > > >> Fix build error due to missing header file: > >> > >> drivers/regulator/bd71837-regulator.c:242:3: error: implicit

Re: [PATCH] regulator: bd71837: add to fix build errors

2018-11-07 Thread Randy Dunlap
On 10/25/18 11:02 PM, Vaittinen, Matti wrote: > Hello, > > From: Randy Dunlap > >> Fix build error due to missing header file: >> >> drivers/regulator/bd71837-regulator.c:242:3: error: implicit declaration of >> function 'of_match_ptr' [-Werror=implicit-function-declaration] >> >> Fixes:

Re: [PATCH] regulator: bd71837: add to fix build errors

2018-11-07 Thread Randy Dunlap
On 10/25/18 11:02 PM, Vaittinen, Matti wrote: > Hello, > > From: Randy Dunlap > >> Fix build error due to missing header file: >> >> drivers/regulator/bd71837-regulator.c:242:3: error: implicit declaration of >> function 'of_match_ptr' [-Werror=implicit-function-declaration] >> >> Fixes:

RE: [PATCH] regulator: bd71837: add to fix build errors

2018-10-26 Thread Vaittinen, Matti
Hello, From: Randy Dunlap > Fix build error due to missing header file: > > drivers/regulator/bd71837-regulator.c:242:3: error: implicit declaration of > function 'of_match_ptr' [-Werror=implicit-function-declaration] > > Fixes: ba08799e90b5 ("regulator: bd71837: BD71837 PMIC regulator

RE: [PATCH] regulator: bd71837: add to fix build errors

2018-10-26 Thread Vaittinen, Matti
Hello, From: Randy Dunlap > Fix build error due to missing header file: > > drivers/regulator/bd71837-regulator.c:242:3: error: implicit declaration of > function 'of_match_ptr' [-Werror=implicit-function-declaration] > > Fixes: ba08799e90b5 ("regulator: bd71837: BD71837 PMIC regulator

[PATCH] regulator: bd71837: add to fix build errors

2018-10-25 Thread Randy Dunlap
From: Randy Dunlap Fix build error due to missing header file: drivers/regulator/bd71837-regulator.c:242:3: error: implicit declaration of function 'of_match_ptr' [-Werror=implicit-function-declaration] Fixes: ba08799e90b5 ("regulator: bd71837: BD71837 PMIC regulator driver") Reported-by:

[PATCH] regulator: bd71837: add to fix build errors

2018-10-25 Thread Randy Dunlap
From: Randy Dunlap Fix build error due to missing header file: drivers/regulator/bd71837-regulator.c:242:3: error: implicit declaration of function 'of_match_ptr' [-Werror=implicit-function-declaration] Fixes: ba08799e90b5 ("regulator: bd71837: BD71837 PMIC regulator driver") Reported-by: