diff options
-rw-r--r-- | arch/arm/plat-omap/clock.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/plat-omap/clock.c b/arch/arm/plat-omap/clock.c index c9cd98a97abb..7190cbd92620 100644 --- a/arch/arm/plat-omap/clock.c +++ b/arch/arm/plat-omap/clock.c | |||
@@ -138,11 +138,6 @@ int clk_set_parent(struct clk *clk, struct clk *parent) | |||
138 | unsigned long flags; | 138 | unsigned long flags; |
139 | int ret = -EINVAL; | 139 | int ret = -EINVAL; |
140 | 140 | ||
141 | if (cpu_is_omap44xx()) { | ||
142 | WARN(1, "clock: %s: not supported yet on OMAP4\n", __func__); | ||
143 | return 0; | ||
144 | } | ||
145 | |||
146 | if (clk == NULL || IS_ERR(clk) || parent == NULL || IS_ERR(parent)) | 141 | if (clk == NULL || IS_ERR(clk) || parent == NULL || IS_ERR(parent)) |
147 | return ret; | 142 | return ret; |
148 | 143 | ||