summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/atc260x-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/atc260x-regulator.c')
-rw-r--r--drivers/regulator/atc260x-regulator.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/regulator/atc260x-regulator.c b/drivers/regulator/atc260x-regulator.c
index 87e237d740bc..09fe51464090 100644
--- a/drivers/regulator/atc260x-regulator.c
+++ b/drivers/regulator/atc260x-regulator.c
@@ -7,7 +7,8 @@
#include <linux/mfd/atc260x/core.h>
#include <linux/module.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
#include <linux/regmap.h>
#include <linux/regulator/driver.h>