diff options
Diffstat (limited to 'arch/arm/mach-omap2/smartreflex-class3.c')
-rw-r--r-- | arch/arm/mach-omap2/smartreflex-class3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/smartreflex-class3.c b/arch/arm/mach-omap2/smartreflex-class3.c index 1da8f03c479e..aee3c8940a30 100644 --- a/arch/arm/mach-omap2/smartreflex-class3.c +++ b/arch/arm/mach-omap2/smartreflex-class3.c | |||
@@ -12,6 +12,7 @@ | |||
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <linux/power/smartreflex.h> | 14 | #include <linux/power/smartreflex.h> |
15 | #include "soc.h" | ||
15 | #include "voltage.h" | 16 | #include "voltage.h" |
16 | 17 | ||
17 | static int sr_class3_enable(struct omap_sr *sr) | 18 | static int sr_class3_enable(struct omap_sr *sr) |
@@ -58,4 +59,4 @@ static int __init sr_class3_init(void) | |||
58 | pr_info("SmartReflex Class3 initialized\n"); | 59 | pr_info("SmartReflex Class3 initialized\n"); |
59 | return sr_register_class(&class3_data); | 60 | return sr_register_class(&class3_data); |
60 | } | 61 | } |
61 | late_initcall(sr_class3_init); | 62 | omap_late_initcall(sr_class3_init); |