aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/max8998.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/max8998.c b/drivers/mfd/max8998.c
index 9ec7570f5b81..de4096aee248 100644
--- a/drivers/mfd/max8998.c
+++ b/drivers/mfd/max8998.c
@@ -39,6 +39,8 @@ static struct mfd_cell max8998_devs[] = {
39 .name = "max8998-pmic", 39 .name = "max8998-pmic",
40 }, { 40 }, {
41 .name = "max8998-rtc", 41 .name = "max8998-rtc",
42 }, {
43 .name = "max8998-battery",
42 }, 44 },
43}; 45};
44 46