summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include/asm/loongson.h
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2022-09-29 23:30:51 +0200
committerJakub Kicinski <kuba@kernel.org>2022-09-29 23:30:51 +0200
commitaccc3b4a572bba903a801a393532272727f83f5b (patch)
treeb6677755ec43793d5719246f51e27f0e9d12b6c0 /arch/loongarch/include/asm/loongson.h
parentnet: cpmac: Add __init/__exit annotations to module init/exit funcs (diff)
parentMerge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... (diff)
downloadlinux-accc3b4a572bba903a801a393532272727f83f5b.tar.xz
linux-accc3b4a572bba903a801a393532272727f83f5b.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
No conflicts. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'arch/loongarch/include/asm/loongson.h')
-rw-r--r--arch/loongarch/include/asm/loongson.h2
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)))