diff options
Diffstat (limited to 'arch/arm/mach-omap2/opp.c')
| -rw-r--r-- | arch/arm/mach-omap2/opp.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/opp.c b/arch/arm/mach-omap2/opp.c index 7149f838be4..82fd8c72f75 100644 --- a/arch/arm/mach-omap2/opp.c +++ b/arch/arm/mach-omap2/opp.c @@ -41,10 +41,8 @@ int __init omap_init_opp_table(struct omap_opp_def *opp_def,  {  	int i, r; -    /* OLIO HACK  	if (of_have_populated_dt())  		return -EINVAL; -     */  	if (!opp_def || !opp_def_size) {  		pr_err("%s: invalid params!\n", __func__);  |