[ARM] amba drivers: don't pass a consumer clock name for devices with unique clocks
[safe/jmp/linux-2.6] / drivers / serial / amba-pl011.c
index b718004..8b2b970 100644 (file)
@@ -756,7 +756,7 @@ static int pl011_probe(struct amba_device *dev, void *id)
                goto free;
        }
 
-       uap->clk = clk_get(&dev->dev, "UARTCLK");
+       uap->clk = clk_get(&dev->dev, NULL);
        if (IS_ERR(uap->clk)) {
                ret = PTR_ERR(uap->clk);
                goto unmap;