From patchwork Mon Mar 1 15:07:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Berg X-Patchwork-Id: 1445641 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=linux-um-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=tlqEN39P; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Dq3XX6jNHz9sRR for ; Tue, 2 Mar 2021 02:07:40 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=R+Y6fRDszGgrkJCmTzuChSE34SwBZHNzUdYpzR5nH6s=; b=tlqEN39PPs4oYw3fFOOGMGspj sTABrdi1H6yl1SFKetMbcShZjnFwpmwt93XPmGEXNmHxrOxP2H5Ctlx6cPaw/Sl5uP284hn/X5VFg dKiMTH1Lmn2cAhu5oonRmBk51GTuKBVU+jUXUJxUc4HAPKlXeQJBO4QVPTXMhTCzsepdquO0e/K5l UWoIOeZUM/HF0G3SY3KMPse+nnK8dCZ8GFCcE+CtayDyuZQrPMeAYESDXWYU8fWCdhb+cYg9IGL/y i6SOELWarVXx2KRRDXEsc+E2qFgR/ixwEaLQ3NM4mZFwGEcxao0HWbfX7jAqECms4F3mbFpFbqg6M dAslAFoqg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1lGk8u-0008FH-TL; Mon, 01 Mar 2021 15:07:28 +0000 Received: from s3.sipsolutions.net ([2a01:4f8:191:4433::2] helo=sipsolutions.net) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1lGk8o-0008Ae-N9 for linux-um@lists.infradead.org; Mon, 01 Mar 2021 15:07:24 +0000 Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94) (envelope-from ) id 1lGk8k-00AJOK-0j; Mon, 01 Mar 2021 16:07:18 +0100 From: Johannes Berg To: linux-um@lists.infradead.org Subject: [PATCH v2 3/8] um: remove unused smp_sigio_handler() declaration Date: Mon, 1 Mar 2021 16:07:03 +0100 Message-Id: <20210301160501.365e0ec0ecf1.I479aba3ebfb7a6418255b7a51c5c2cfe3796e9a2@changeid> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20210301150708.244970-1-johannes@sipsolutions.net> References: <20210301150708.244970-1-johannes@sipsolutions.net> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210301_100722_806367_D6D3E78B X-CRM114-Status: GOOD ( 10.17 ) X-Spam-Score: 0.3 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (0.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.3 KHOP_HELO_FCRDNS Relay HELO differs from its IP's reverse DNS X-BeenThere: linux-um@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arnd Bergmann , linux-kernel@vger.kernel.org, Johannes Berg Sender: "linux-um" Errors-To: linux-um-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org From: Johannes Berg This function doesn't exist, remove its declaration. Signed-off-by: Johannes Berg --- arch/um/include/shared/kern_util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/um/include/shared/kern_util.h b/arch/um/include/shared/kern_util.h index 2888ec812f6e..a2cfd42608a0 100644 --- a/arch/um/include/shared/kern_util.h +++ b/arch/um/include/shared/kern_util.h @@ -33,7 +33,6 @@ extern int handle_page_fault(unsigned long address, unsigned long ip, int is_write, int is_user, int *code_out); extern unsigned int do_IRQ(int irq, struct uml_pt_regs *regs); -extern int smp_sigio_handler(void); extern void initial_thread_cb(void (*proc)(void *), void *arg); extern int is_syscall(unsigned long addr);