diff mbox series

[v2,09/10] MIPS: Loongson64: Drop asm/clock.h include

Message ID 20200409064416.83340-10-sboyd@kernel.org (mailing list archive)
State Accepted, archived
Headers show
Series Allow COMMON_CLK to be selectable | expand

Commit Message

Stephen Boyd April 9, 2020, 6:44 a.m. UTC
This include isn't used by this file, so just remove it.

Acked-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Cc: Paul Burton <paulburton@kernel.org>
Cc: <linux-mips@vger.kernel.org>
Cc: <chenhc@lemote.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
---
 arch/mips/loongson64/smp.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Stephen Boyd May 14, 2020, 7:57 p.m. UTC | #1
Quoting Stephen Boyd (2020-04-08 23:44:15)
> This include isn't used by this file, so just remove it.
> 
> Acked-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
> Cc: Paul Burton <paulburton@kernel.org>
> Cc: <linux-mips@vger.kernel.org>
> Cc: <chenhc@lemote.com>
> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
> ---

Applied to clk-next
diff mbox series

Patch

diff --git a/arch/mips/loongson64/smp.c b/arch/mips/loongson64/smp.c
index de8e0741ce2d..b48d9c566c5a 100644
--- a/arch/mips/loongson64/smp.c
+++ b/arch/mips/loongson64/smp.c
@@ -14,7 +14,6 @@ 
 #include <linux/kexec.h>
 #include <asm/processor.h>
 #include <asm/time.h>
-#include <asm/clock.h>
 #include <asm/tlbflush.h>
 #include <asm/cacheflush.h>
 #include <loongson.h>