diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm.c')
| -rw-r--r-- | arch/arm/mach-omap2/pm.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c index b06b22c3f64..04ccc127e75 100644 --- a/arch/arm/mach-omap2/pm.c +++ b/arch/arm/mach-omap2/pm.c @@ -309,6 +309,7 @@ int __init omap2_common_pm_late_init(void)  		/* Smartreflex device init */  		omap_devinit_smartreflex(); +#ifdef OLIO_TEST_GL_SUSPEND  	} else {  		struct device_node *np;  		np = of_find_node_by_name(NULL, "omap_pimic"); @@ -316,6 +317,7 @@ int __init omap2_common_pm_late_init(void)  			of_platform_populate(np, NULL, NULL, NULL);  			of_node_put(np);  		} +#endif /* OLIO_TEST_GL_SUSPEND */  	}  	/* cpufreq dummy device instantiation */ |