From: Geert Uytterhoeven Date: Wed, 12 Feb 2020 10:15:44 +0000 (+0100) Subject: MIPS: ralink: Replace by X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9926108f799aaae0acffaf3dc7f62063423b25ea;p=uclinux-h8%2Flinux.git MIPS: ralink: Replace by The Ralink 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 Acked-by: John Crispin Signed-off-by: Paul Burton Cc: Ralf Baechle Cc: Florian Fainelli Cc: Paul Cercueil Cc: James Hartley 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/ralink/timer-gic.c b/arch/mips/ralink/timer-gic.c index 944fbe0fc741..dcf2a44ac51e 100644 --- a/arch/mips/ralink/timer-gic.c +++ b/arch/mips/ralink/timer-gic.c @@ -8,7 +8,7 @@ #include #include -#include +#include #include #include "common.h"