aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/pm.c')
-rw-r--r--arch/arm/mach-omap2/pm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c
index 5a65dd04aa38..184ae21feea7 100644
--- a/arch/arm/mach-omap2/pm.c
+++ b/arch/arm/mach-omap2/pm.c
@@ -28,7 +28,7 @@
28 28
29static struct omap_device_pm_latency *pm_lats; 29static struct omap_device_pm_latency *pm_lats;
30 30
31static int _init_omap_device(char *name) 31static int __init _init_omap_device(char *name)
32{ 32{
33 struct omap_hwmod *oh; 33 struct omap_hwmod *oh;
34 struct platform_device *pdev; 34 struct platform_device *pdev;
@@ -49,7 +49,7 @@ static int _init_omap_device(char *name)
49/* 49/*
50 * Build omap_devices for processors and bus. 50 * Build omap_devices for processors and bus.
51 */ 51 */
52static void omap2_init_processor_devices(void) 52static void __init omap2_init_processor_devices(void)
53{ 53{
54 _init_omap_device("mpu"); 54 _init_omap_device("mpu");
55 if (omap3_has_iva()) 55 if (omap3_has_iva())