MIPS: ralink: Replace <linux/clk-provider.h> by <linux/of_clk.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Feb 2020 10:15:44 +0000 (11:15 +0100)
committerPaul Burton <paulburton@kernel.org>
Wed, 19 Feb 2020 18:37:58 +0000 (10:37 -0800)
commit9926108f799aaae0acffaf3dc7f62063423b25ea
tree8c02db39d75bf8c78674b9ec3ff73e4b088515e1
parent97e04ea15fd5324d9e10343fdece698b26365d82
MIPS: ralink: Replace <linux/clk-provider.h> by <linux/of_clk.h>

The Ralink platform code is not a clock provider, and just needs to call
of_clk_init().

Hence it can include <linux/of_clk.h> instead of <linux/clk-provider.h>.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Acked-by: John Crispin <john@phrozen.org>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Paul Cercueil <paul@crapouillou.net>
Cc: James Hartley <james.hartley@sondrel.com>
Cc: linux-mips@vger.kernel.org
Cc: bcm-kernel-feedback-list@broadcom.com
Cc: linux-clk@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
arch/mips/ralink/timer-gic.c