Message ID | 20190813072514.23299-23-hch@lst.de |
---|---|
State | Not Applicable |
Delegated to: | David Miller |
Headers | show
Return-Path: <linux-ide-owner@vger.kernel.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-ide-owner@vger.kernel.org; receiver=<UNKNOWN>) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="ENau1h9+"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 46746Q0MQyz9sPK for <incoming@patchwork.ozlabs.org>; Tue, 13 Aug 2019 17:27:10 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728041AbfHMH0f (ORCPT <rfc822;incoming@patchwork.ozlabs.org>); Tue, 13 Aug 2019 03:26:35 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:54424 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727955AbfHMH0e (ORCPT <rfc822; linux-ide@vger.kernel.org>); Tue, 13 Aug 2019 03:26:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From :Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=DDlZ3PlciDMCdlnMfWl/lPT/65XlqwrZdQcrkjYE7pY=; b=ENau1h9+/xZPiyVhDRTz936mIW F4ubT6zq2xUnvwj6ao9b4h862D1WIWmIpUuZVglhRF8J8186jUz9gKKmLQt1eysTPjE7zG0m2HX4n 6cp+8td6oj40IsuTtPQeKfH/RT0FD31w/Yg4q3PQ/8yqFRuTgnZKKFyz3on14ZgZbPQGVRsvJzjsy Qun68ZbBVJMQ/q4Nt9w1/jPWXlR7w/4VT7VPFZf862LEh0SxNZrlmIOJuCst/jNwtJ3lI/MHn4BmI 0e5jZt07ig9TcJxlvqWO9egh7R1CJrSSz1plSJRMfGQIYrGTcWFIBSwvqSC3iAf+/Zh7QoO/wFJCo /6XnPidg==; Received: from [2001:4bb8:180:1ec3:c70:4a89:bc61:2] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1hxRCR-0006td-Jp; Tue, 13 Aug 2019 07:26:32 +0000 From: Christoph Hellwig <hch@lst.de> To: Tony Luck <tony.luck@intel.com>, Fenghua Yu <fenghua.yu@intel.com>, Mike Travis <mike.travis@hpe.com>, Dimitri Sivanich <sivanich@hpe.com> Cc: Arnd Bergmann <arnd@arndb.de>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, linux-ia64@vger.kernel.org, linux-ide@vger.kernel.org, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 22/28] ia64: remove the unused sn_coherency_id symbol Date: Tue, 13 Aug 2019 09:25:08 +0200 Message-Id: <20190813072514.23299-23-hch@lst.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190813072514.23299-1-hch@lst.de> References: <20190813072514.23299-1-hch@lst.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from <hch@infradead.org> by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: <linux-ide.vger.kernel.org> X-Mailing-List: linux-ide@vger.kernel.org |
Series |
[01/28] char: remove the SGI snsc driver
|
expand
|
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;
The sn_coherency_id symbol isn't used anywhere, remove it. Signed-off-by: Christoph Hellwig <hch@lst.de> --- arch/ia64/uv/kernel/setup.c | 3 --- 1 file changed, 3 deletions(-)