[PATCH] regulator: bd718x7: add missing linux/of.h inclusion (deja-vu)

2018-10-29 Thread Matti Vaittinen
0-Day tests found compilation error on x86. Driver won't compile on x86_64 as "of_match_ptr" is not found. Add missing include At some point this fix was lost. So re-apply it. Signed-off-by: Matti Vaittinen --- drivers/regulator/bd718x7-regulator.c | 1 + 1 file changed, 1 insertion(+) diff -

Re: [PATCH] regulator: bd718x7: add missing linux/of.h inclusion

2018-10-29 Thread Mark Brown
On Mon, Oct 29, 2018 at 11:40:41AM +0200, Matti Vaittinen wrote: > Should I just create another patch to you where this inclusion is done again > or is there some better way to handle this? Can you cherry pick or > re-apply the commit Just send another patch, it's easiest. signature.asc Descrip

Re: [PATCH] regulator: bd718x7: add missing linux/of.h inclusion

2018-10-29 Thread Matti Vaittinen
Hello Mark, I see we got build warning from 0-Day tests. It seems to me the bd718x7.c file lacks of inclusion. I am not sure what has happened as this include was added to bd71837.c file with commit https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git/commit/?h=for-next&id=df43

[PATCH] regulator: bd718x7: add missing linux/of.h inclusion

2018-09-19 Thread Matti Vaittinen
0-Day tests found compilation error on x86. Driver won't compile on x86_64 as "of_match_ptr" is not found. Add missing include Signed-off-by: Matti Vaittinen --- drivers/regulator/bd71837-regulator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/bd71837-regulator.c b/dr