From: Axel Lin Date: Wed, 30 Jan 2019 09:07:21 +0000 (+0800) Subject: regulator: max77650: Fix include files X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5358db547813eefe539676c28eab9462269d065a;p=openwrt%2Fstaging%2Fblogic.git regulator: max77650: Fix include files This is a platform driver, no need to include linux/i2c.h. Include linux/of.h for of_match_ptr. Signed-off-by: Axel Lin Reviewed-by: Bartosz Golaszewski Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/max77650-regulator.c b/drivers/regulator/max77650-regulator.c index 474f2c02f2d5..5afb91400832 100644 --- a/drivers/regulator/max77650-regulator.c +++ b/drivers/regulator/max77650-regulator.c @@ -5,7 +5,7 @@ // // Regulator driver for MAXIM 77650/77651 charger/power-supply. -#include +#include #include #include #include