aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2015-09-14 15:14:36 +0300
committerGeert Uytterhoeven <geert+renesas@glider.be>2015-12-17 11:19:12 +0100
commit192d367f218d0cd94aa9b5059992e4aa19ec5b36 (patch)
treede429dac1140bb2c2e0d74a0d23130186f3a166d /drivers/tty/serial/sh-sci.c
parentsh: sh7734: Correct SCIF type for BRG (diff)
downloadlinux-dev-192d367f218d0cd94aa9b5059992e4aa19ec5b36.tar.xz
linux-dev-192d367f218d0cd94aa9b5059992e4aa19ec5b36.zip
serial: sh-sci: Drop the sci_fck clock fallback
All platforms that used to define an sci_fck clock have now switched to the fck name. Remove the fallback code. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/sh-sci.c')
-rw-r--r--drivers/tty/serial/sh-sci.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty/serial/sh-sci.c
index 4ff5d0cf8126..6571f4d944c2 100644
--- a/drivers/tty/serial/sh-sci.c
+++ b/drivers/tty/serial/sh-sci.c
@@ -2481,11 +2481,6 @@ static int sci_init_clocks(struct sci_port *sci_port, struct device *dev)
if (!IS_ERR(clk))
goto found;
- /* SH has historically named the clock "sci_fck". */
- clk = devm_clk_get(dev, "sci_fck");
- if (!IS_ERR(clk))
- goto found;
-
/*
* Not all SH platforms declare a clock lookup entry
* for SCI devices, in which case we need to get the