From c2d61838854520df2ec79a41e3456727287c3804 Mon Sep 17 00:00:00 2001 From: Rajendra Nayak Date: Tue, 18 May 2010 20:23:59 -0600 Subject: [PATCH] --- yaml --- r: 196221 b: refs/heads/master c: 89e5ab26d89fda15924658866b57c967ba7507cc h: refs/heads/master i: 196219: 0f26effa0c86dc9a77af28cb417d4ce48be120f4 v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-omap/clock.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index fff1bd23dfd5..4d8e06d94f8a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fe894d56322b10910631800b86f25f13bc64c639 +refs/heads/master: 89e5ab26d89fda15924658866b57c967ba7507cc diff --git a/trunk/arch/arm/plat-omap/clock.c b/trunk/arch/arm/plat-omap/clock.c index c9cd98a97abb..7190cbd92620 100644 --- a/trunk/arch/arm/plat-omap/clock.c +++ b/trunk/arch/arm/plat-omap/clock.c @@ -138,11 +138,6 @@ int clk_set_parent(struct clk *clk, struct clk *parent) unsigned long flags; int ret = -EINVAL; - if (cpu_is_omap44xx()) { - WARN(1, "clock: %s: not supported yet on OMAP4\n", __func__); - return 0; - } - if (clk == NULL || IS_ERR(clk) || parent == NULL || IS_ERR(parent)) return ret;