regulator: bd71815: Fix missing include files
authorAxel Lin <axel.lin@ingics.com>
Tue, 18 May 2021 11:48:43 +0000 (19:48 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 18 May 2021 13:04:33 +0000 (14:04 +0100)
commit3799fa23afa4cac347739d5290df44a474a82a82
tree0358c6926be5d900c8d7c1ac75e93314080d19f3
parent9b8756d6ee1b2486e5b2da385de19a23227ada1a
regulator: bd71815: Fix missing include files

Include linux/of.h and linux/gpio/consumer.h to fix below errors:
error: implicit declaration of function ‘of_match_ptr’
error: implicit declaration of function ‘devm_gpiod_get_from_of_node’

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Reviewed-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Link: https://lore.kernel.org/r/20210518114843.1495152-1-axel.lin@ingics.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/bd71815-regulator.c