diff options
Diffstat (limited to 'arch/arm/mach-omap2/opp3xxx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/opp3xxx_data.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/opp3xxx_data.c b/arch/arm/mach-omap2/opp3xxx_data.c index 3bba9204a174..d2bd1bd83bf0 100644 --- a/arch/arm/mach-omap2/opp3xxx_data.c +++ b/arch/arm/mach-omap2/opp3xxx_data.c | |||
@@ -23,6 +23,7 @@ | |||
23 | 23 | ||
24 | #include "control.h" | 24 | #include "control.h" |
25 | #include "omap_opp_data.h" | 25 | #include "omap_opp_data.h" |
26 | #include "pm.h" | ||
26 | 27 | ||
27 | /* 34xx */ | 28 | /* 34xx */ |
28 | 29 | ||
@@ -152,7 +153,7 @@ static struct omap_opp_def __initdata omap36xx_opp_def_list[] = { | |||
152 | /** | 153 | /** |
153 | * omap3_opp_init() - initialize omap3 opp table | 154 | * omap3_opp_init() - initialize omap3 opp table |
154 | */ | 155 | */ |
155 | static int __init omap3_opp_init(void) | 156 | int __init omap3_opp_init(void) |
156 | { | 157 | { |
157 | int r = -ENODEV; | 158 | int r = -ENODEV; |
158 | 159 | ||