From: Geert Uytterhoeven Date: Wed, 12 Feb 2020 10:15:38 +0000 (+0100) Subject: MIPS: ath79: Replace by X-Git-Tag: block-5.7-2020-04-09~32^2~45 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d2936bd02b196f1c12bca1175e8fb09fefdfa47f;p=linux-block.git MIPS: ath79: Replace by The Atheros 7/9xxx platform code is not a clock provider, and just needs to call of_clk_init(). Hence it can include instead of . Signed-off-by: Geert Uytterhoeven Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Stephen Boyd Signed-off-by: Paul Burton Cc: Ralf Baechle Cc: Florian Fainelli Cc: Paul Cercueil Cc: James Hartley Cc: John Crispin 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 --- diff --git a/arch/mips/ath79/setup.c b/arch/mips/ath79/setup.c index 484ee28922a9..acb4fd647a30 100644 --- a/arch/mips/ath79/setup.c +++ b/arch/mips/ath79/setup.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include