Message ID | 20200405025123.154688-9-sboyd@kernel.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Allow COMMON_CLK to be selectable | expand |
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>
This include isn't used by this file, so just remove it. Cc: 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(-)