From: Christoph Hellwig Date: Tue, 13 Aug 2019 07:25:08 +0000 (+0200) Subject: ia64: remove the unused sn_coherency_id symbol X-Git-Tag: v5.4-rc1~189^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16567ca85fce11e2a20f22404ed0ceb133c4408e;p=thirdparty%2Fkernel%2Flinux.git ia64: remove the unused sn_coherency_id symbol The sn_coherency_id symbol isn't used anywhere, remove it. Signed-off-by: Christoph Hellwig Link: https://lkml.kernel.org/r/20190813072514.23299-23-hch@lst.de Signed-off-by: Tony Luck --- diff --git a/arch/ia64/uv/kernel/setup.c b/arch/ia64/uv/kernel/setup.c index 6ac4bd314d929..b081f5138f5c2 100644 --- a/arch/ia64/uv/kernel/setup.c +++ b/arch/ia64/uv/kernel/setup.c @@ -16,9 +16,6 @@ DEFINE_PER_CPU(struct uv_hub_info_s, __uv_hub_info); EXPORT_PER_CPU_SYMBOL_GPL(__uv_hub_info); -long sn_coherency_id; -EXPORT_SYMBOL_GPL(sn_coherency_id); - struct redir_addr { unsigned long redirect; unsigned long alias;