|
@@ -750,10 +750,8 @@ err_revision:
|
|
|
if (pdata->flags & MC13XXX_USE_CODEC)
|
|
|
mc13xxx_add_subdevice(mc13xxx, "%s-codec");
|
|
|
|
|
|
- if (pdata->flags & MC13XXX_USE_REGULATOR) {
|
|
|
- mc13xxx_add_subdevice_pdata(mc13xxx, "%s-regulator",
|
|
|
- &pdata->regulators, sizeof(pdata->regulators));
|
|
|
- }
|
|
|
+ mc13xxx_add_subdevice_pdata(mc13xxx, "%s-regulator",
|
|
|
+ &pdata->regulators, sizeof(pdata->regulators));
|
|
|
|
|
|
if (pdata->flags & MC13XXX_USE_RTC)
|
|
|
mc13xxx_add_subdevice(mc13xxx, "%s-rtc");
|