aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Boyd <[email protected]>2020-04-08 23:44:15 -0700
committerStephen Boyd <[email protected]>2020-05-12 20:28:03 -0700
commitc7725c9b74b4058a5ec16c88c29ad88947307f5c (patch)
tree5219f0d43084019b1d6e4dd58cabbfff2f5ce112
parent3819ad44025fbc03b32d41070b941acea86e6686 (diff)
MIPS: Loongson64: Drop asm/clock.h include
This include isn't used by this file, so just remove it. Acked-by: Jiaxun Yang <[email protected]> Cc: Paul Burton <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Reviewed-by: Arnd Bergmann <[email protected]>
-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>