diff options
Diffstat (limited to 'drivers/mfd/max8998.c')
| -rw-r--r-- | drivers/mfd/max8998.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/max8998.c b/drivers/mfd/max8998.c index 9ec7570f5b8..de4096aee24 100644 --- a/drivers/mfd/max8998.c +++ b/drivers/mfd/max8998.c @@ -39,6 +39,8 @@ static struct mfd_cell max8998_devs[] = {  		.name = "max8998-pmic",  	}, {  		.name = "max8998-rtc", +	}, { +		.name = "max8998-battery",  	},  };  |