diff options
Diffstat (limited to 'arch/arm/mach-omap2/opp4xxx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/opp4xxx_data.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/opp4xxx_data.c b/arch/arm/mach-omap2/opp4xxx_data.c index fdee8d4186ab..5030794d73ff 100644 --- a/arch/arm/mach-omap2/opp4xxx_data.c +++ b/arch/arm/mach-omap2/opp4xxx_data.c | |||
@@ -24,6 +24,7 @@ | |||
24 | 24 | ||
25 | #include "control.h" | 25 | #include "control.h" |
26 | #include "omap_opp_data.h" | 26 | #include "omap_opp_data.h" |
27 | #include "pm.h" | ||
27 | 28 | ||
28 | /* | 29 | /* |
29 | * Structures containing OMAP4430 voltage supported and various | 30 | * Structures containing OMAP4430 voltage supported and various |
@@ -83,7 +84,7 @@ static struct omap_opp_def __initdata omap44xx_opp_def_list[] = { | |||
83 | /** | 84 | /** |
84 | * omap4_opp_init() - initialize omap4 opp table | 85 | * omap4_opp_init() - initialize omap4 opp table |
85 | */ | 86 | */ |
86 | static int __init omap4_opp_init(void) | 87 | int __init omap4_opp_init(void) |
87 | { | 88 | { |
88 | int r = -ENODEV; | 89 | int r = -ENODEV; |
89 | 90 | ||