OSDN Git Service

MIPS: ath79: Replace <linux/clk-provider.h> by <linux/of_clk.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Feb 2020 10:15:38 +0000 (11:15 +0100)
committerPaul Burton <paulburton@kernel.org>
Wed, 19 Feb 2020 18:34:22 +0000 (10:34 -0800)
commitd2936bd02b196f1c12bca1175e8fb09fefdfa47f
tree1f3099eca44604df59999d4a2eb0718716a6502f
parent11a48a5a18c63fd7621bb050228cebf13566e4d8
MIPS: ath79: Replace <linux/clk-provider.h> by <linux/of_clk.h>

The Atheros 7/9xxx 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>
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: John Crispin <john@phrozen.org>
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/ath79/setup.c