diff options
author | Yanteng Si <siyanteng@loongson.cn> | 2022-09-27 12:34:56 +0800 |
---|---|---|
committer | Huacai Chen <chenhuacai@loongson.cn> | 2022-09-29 10:15:00 +0800 |
commit | 4f196cb64b693c64f8f981432b1ff326b7ea1c28 (patch) | |
tree | 87f8da8af35803a133ce4d27604df4cd457d3eb5 /arch/loongarch | |
parent | 06e76acec70d1381b9a96e6014d5587d84201f82 (diff) | |
download | linux-stable-4f196cb64b693c64f8f981432b1ff326b7ea1c28.tar.gz linux-stable-4f196cb64b693c64f8f981432b1ff326b7ea1c28.tar.bz2 linux-stable-4f196cb64b693c64f8f981432b1ff326b7ea1c28.zip |
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 <siyanteng@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'arch/loongarch')
-rw-r--r-- | arch/loongarch/include/asm/loongson.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/loongarch/include/asm/loongson.h b/arch/loongarch/include/asm/loongson.h index 6e8f6972ceb6..00db93edae1b 100644 --- a/arch/loongarch/include/asm/loongson.h +++ b/arch/loongarch/include/asm/loongson.h @@ -14,8 +14,6 @@ #include <asm/addrspace.h> #include <asm/bootinfo.h> -extern const struct plat_smp_ops loongson3_smp_ops; - #define LOONGSON_REG(x) \ (*(volatile u32 *)((char *)TO_UNCACHE(LOONGSON_REG_BASE) + (x))) |