summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/opp.c
diff options
context:
space:
mode:
authormattis fjallstrom <mattis@acm.org>2015-07-23 17:15:27 -0700
committermattis fjallstrom <mattis@acm.org>2015-07-23 17:15:27 -0700
commit74d71e3bbccfdb208dd4385df5a636f889b3cd05 (patch)
tree1da3047144075bed53290b018a675d9686c4fb69 /arch/arm/mach-omap2/opp.c
parent5d1c09eedec0cf5fd486d240b4ede1c476ed6adf (diff)
parentcd0f92406cc231fda66c30312f48d12fab5ac614 (diff)
downloadolio-linux-3.10-74d71e3bbccfdb208dd4385df5a636f889b3cd05.tar.xz
olio-linux-3.10-74d71e3bbccfdb208dd4385df5a636f889b3cd05.zip
Merged bluetooth and ST mods from mattis_bt_work.
Change-Id: Ic904469eae89e5678a502e78309b30ab9715cd41
Diffstat (limited to 'arch/arm/mach-omap2/opp.c')
-rw-r--r--arch/arm/mach-omap2/opp.c2
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__);