From: Charles Keepax Date: Thu, 8 Nov 2018 10:14:00 +0000 (+0000) Subject: regulator: lochnagar: Explicitly include register headers X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=fa2bb8b97d77b4b91658e448e7701d6a432e5b6f;p=openwrt%2Fstaging%2Fblogic.git regulator: lochnagar: Explicitly include register headers Review of the MFD component has stated we should not include the register headers through lochnagar.h and thus removed them from that header. Explicitly include them in the end drivers manually. Signed-off-by: Charles Keepax Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/lochnagar-regulator.c b/drivers/regulator/lochnagar-regulator.c index 2b5073b9ff86..182198246479 100644 --- a/drivers/regulator/lochnagar-regulator.c +++ b/drivers/regulator/lochnagar-regulator.c @@ -20,6 +20,8 @@ #include #include +#include +#include static const struct regulator_ops lochnagar_micvdd_ops = { .enable = regulator_enable_regmap,