diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/power/anatop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/anatop.c b/drivers/power/anatop.c index 7c6015c..df6d392 100644 --- a/drivers/power/anatop.c +++ b/drivers/power/anatop.c @@ -89,7 +89,7 @@ static int is_enabled(struct anatop_regulator_data *sreg) return 1; } -#ifdef CONFIG_MX6Q +#if defined(CONFIG_MX6Q) || defined(CONFIG_MX6DL) static struct anatop_regulator_data vdd_data_set[] = { { .name = "vddpu", |