Reference the FPI clock via its new access function. Signed-off-by: John Crispin <blogic@xxxxxxxxxxx> Cc: linux-serial@xxxxxxxxxxxxxxx --- drivers/tty/serial/lantiq.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/tty/serial/lantiq.c b/drivers/tty/serial/lantiq.c index 96c1cac..99fb70f 100644 --- a/drivers/tty/serial/lantiq.c +++ b/drivers/tty/serial/lantiq.c @@ -686,7 +686,7 @@ lqasc_probe(struct platform_device *pdev) if (lqasc_port[pdev->id] != NULL) return -EBUSY; - clk = clk_get(&pdev->dev, "fpi"); + clk = clk_get_fpi(); if (IS_ERR(clk)) { pr_err("failed to get fpi clk\n"); return -ENOENT; -- 1.7.7.1