From: Yanteng Si Date: Tue, 27 Sep 2022 04:34:56 +0000 (+0800) Subject: LoongArch: Clean up loongson3_smp_ops declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4f196cb64b693c64f8f981432b1ff326b7ea1c28;p=linux.git LoongArch: Clean up loongson3_smp_ops declaration Since loongson3_smp_ops is not used in LoongArch anymore, let's remove it for cleanup. Fixes: f2ac457a6138 ("LoongArch: Add CPU definition headers") Signed-off-by: Yanteng Si Signed-off-by: Huacai Chen --- diff --git a/arch/loongarch/include/asm/loongson.h b/arch/loongarch/include/asm/loongson.h index 6e8f6972ceb61..00db93edae1ba 100644 --- a/arch/loongarch/include/asm/loongson.h +++ b/arch/loongarch/include/asm/loongson.h @@ -14,8 +14,6 @@ #include #include -extern const struct plat_smp_ops loongson3_smp_ops; - #define LOONGSON_REG(x) \ (*(volatile u32 *)((char *)TO_UNCACHE(LOONGSON_REG_BASE) + (x)))