[ARM] 3455/1: ARM: OMAP: 7/8 Misc updates, take 2
[safe/jmp/linux-2.6] / arch / arm / plat-omap / ocpi.c
index 5cc6775..37792d4 100644 (file)
@@ -62,9 +62,6 @@ int ocpi_enable(void)
        if (!cpu_is_omap16xx())
                return -ENODEV;
 
-       /* Make sure there's clock for OCPI */
-       clk_enable(ocpi_ck);
-
        /* Enable access for OHCI in OCPI */
        val = omap_readl(OCPI_PROT);
        val &= ~0xff;