[ARM] 5397/1: RealView: Add support for the ISP1761 USB chip
[pandora-kernel.git] / arch / arm / mach-pxa / ssp.c
index 2c31ec7..6f42004 100644 (file)
@@ -356,7 +356,7 @@ static int __devinit ssp_probe(struct platform_device *pdev, int type)
        }
        ssp->pdev = pdev;
 
-       ssp->clk = clk_get(&pdev->dev, "SSPCLK");
+       ssp->clk = clk_get(&pdev->dev, NULL);
        if (IS_ERR(ssp->clk)) {
                ret = PTR_ERR(ssp->clk);
                goto err_free;