summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2020-04-08 23:44:15 -0700
committerStephen Boyd <sboyd@kernel.org>2020-05-12 20:28:03 -0700
commitc7725c9b74b4058a5ec16c88c29ad88947307f5c (patch)
tree5219f0d43084019b1d6e4dd58cabbfff2f5ce112
parent3819ad44025fbc03b32d41070b941acea86e6686 (diff)
downloadlinux-c7725c9b74b4058a5ec16c88c29ad88947307f5c.tar.bz2
MIPS: Loongson64: Drop asm/clock.h include
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> Link: https://lkml.kernel.org/r/20200409064416.83340-10-sboyd@kernel.org Reviewed-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--arch/mips/loongson64/smp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/loongson64/smp.c b/arch/mips/loongson64/smp.c
index e1fe8bbb377d..e744e1bee49e 100644
--- a/arch/mips/loongson64/smp.c
+++ b/arch/mips/loongson64/smp.c
@@ -15,7 +15,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>