From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Wed, 07 Aug 2019 13:30:42 +0000 Subject: [PATCH 22/29] ia64: remove the unused sn_coherency_id symbol Message-Id: <20190807133049.20893-23-hch@lst.de> List-Id: References: <20190807133049.20893-1-hch@lst.de> In-Reply-To: <20190807133049.20893-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tony Luck , Fenghua Yu Cc: Arnd Bergmann , Greg Kroah-Hartman , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org The sn_coherency_id symbol isn't used anywhere, remove it. Signed-off-by: Christoph Hellwig --- arch/ia64/uv/kernel/setup.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/ia64/uv/kernel/setup.c b/arch/ia64/uv/kernel/setup.c index 6ac4bd314d92..b081f5138f5c 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; -- 2.20.1