hwmon: max31827: include regulator header
authorAntoniu Miclaus <antoniu.miclaus@analog.com>
Tue, 31 Oct 2023 09:13:24 +0000 (11:13 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 14 Nov 2023 13:32:47 +0000 (05:32 -0800)
commit58ebe7fb6eb2deed0fd05cf57911fea3f36124eb
tree2d2c6bf3f55810fc67da45e7c77669b859e2c2c1
parentd9995cd96928fa72963293fa5ca87350fed16930
hwmon: max31827: include regulator header

Include `linux/regulator/consumer.h` since the driver is using
`devm_regulator_get_enable` function.

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Link: https://lore.kernel.org/r/20231031091324.23991-1-antoniu.miclaus@analog.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/max31827.c