diff options
author | Stephen Boyd <sboyd@kernel.org> | 2020-04-09 08:44:15 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-05-13 05:28:03 +0200 |
commit | c7725c9b74b4058a5ec16c88c29ad88947307f5c (patch) | |
tree | 5219f0d43084019b1d6e4dd58cabbfff2f5ce112 /arch/mips | |
parent | ARM: mmp: Remove legacy clk code (diff) | |
download | linux-c7725c9b74b4058a5ec16c88c29ad88947307f5c.tar.xz linux-c7725c9b74b4058a5ec16c88c29ad88947307f5c.zip |
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>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/loongson64/smp.c | 1 |
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> |