From patchwork Thu Jul 4 14:35:56 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 1956906 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=c4Cl6ALB; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=nCiIyr9L; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-snps-arc-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=patchwork.ozlabs.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4WFK4F23gfz1xqs for ; Fri, 5 Jul 2024 00:37:33 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=LuJgIky05MTgEZYYfO4+pJXXFJyZAqYUKXVFJbsxJtc=; b=c4Cl6ALBrv2ib7 8hLIoA67P+nTsl/+uh3iuBYdSqlSLI4LXIS3zWdYLjCsHy6J0KSd+veuOfQOq9MIlg0ZOHHfielk5 xunST3SmmzoZ7KuJv8HZoonWDbQil2BIxZ7tnZbl050DarvKql69q+MBK6KnC/5XfgxAoRrAL+rfP +MG1nuqz1tM9fONSgQml0bR+tjD6dbjU3A5eHfd5rHA1xe7LqQFIX139AT5JGlemInqGU+OdJPWRI BtoHLZzSLlo9y2HxdsbMCz9ZF+qFkc2p6zC+7615F4EJOPpwPmyjJt/PXxFPYRM+mznDxwn52DA6s JxEqyI8pTj8unNrx6+zw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sPNaV-0000000DUiw-3p6O; Thu, 04 Jul 2024 14:37:31 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sPNZw-0000000DUOQ-2AxE; Thu, 04 Jul 2024 14:36:57 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 7AA3D627B2; Thu, 4 Jul 2024 14:36:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F3F2EC3277B; Thu, 4 Jul 2024 14:36:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720103815; bh=Hoz6/13PMjczW4hIS2TpZOmnWw/mZHnZjGM4bmj8L1k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nCiIyr9LHjT5gUMAqoc6oHpgAmakmhniho62gRjn0hsAsoOu9+Sc78uaog7gP3Vud j6SMlBVVZkQX2t/Nnq6MTUVEq4TxtyRnuGcjT4TVsdMjoDnx9Rt2tB4l2URlWTDoIp foynXcxXtGpBNWFYhV8RBl4Sba2UQ1RB+Qd5rI775P5uqxVslaCnMOxWNDMX5M2dIU N7L4dnblnsifwD8Zq28c7/BF3A8WZw+iKy8w8p6UQjtEQu42q0gBTZOvrDf3WR3paV a9Ubmkxx5E1NS+6CQBfcBHmUOxKdj6Cak9qg83LEdyoo+Mo87pF1TRBvRS+B3NhvEc quE1rDW6FiEEg== From: Arnd Bergmann To: linux-arch@vger.kernel.org Cc: Arnd Bergmann , Masahiro Yamada , Nathan Chancellor , Nicolas Schier , Vineet Gupta , Russell King , Catalin Marinas , Will Deacon , Guo Ren , Brian Cain , Huacai Chen , WANG Xuerui , Dinh Nguyen , Jonas Bonn , Stefan Kristiansson , Stafford Horne , Paul Walmsley , Palmer Dabbelt , Albert Ou , Rich Felker , John Paul Adrian Glaubitz , "David S. Miller" , Andreas Larsson , Christian Brauner , Mark Rutland , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-snps-arc@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-csky@vger.kernel.org, linux-hexagon@vger.kernel.org, loongarch@lists.linux.dev, linux-openrisc@vger.kernel.org, linux-riscv@lists.infradead.org Subject: [PATCH 02/17] csky: drop asm/gpio.h wrapper Date: Thu, 4 Jul 2024 16:35:56 +0200 Message-Id: <20240704143611.2979589-3-arnd@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240704143611.2979589-1-arnd@kernel.org> References: <20240704143611.2979589-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240704_073656_710000_43D070F9 X-CRM114-Status: UNSURE ( 9.19 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -5.2 (-----) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: From: Arnd Bergmann The asm/gpio.h header is gone now that all architectures just use gpiolib, and so the redirect is no longer valid. Signed-off-by: Arnd Bergmann --- arch/csky/include/asm/Kbuild | 1 - 1 file changed, 1 deletion(-) Content analysis details: (-5.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at https://www.dnswl.org/, high trust [139.178.84.217 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.0 DKIMWL_WL_HIGH DKIMwl.org - High trust sender X-BeenThere: linux-snps-arc@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux on Synopsys ARC Processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org From: Arnd Bergmann The asm/gpio.h header is gone now that all architectures just use gpiolib, and so the redirect is no longer valid. Signed-off-by: Arnd Bergmann Acked-by: Guo Ren Reviewed-by: Masahiro Yamada Acked-by: Guo Ren --- arch/csky/include/asm/Kbuild | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/csky/include/asm/Kbuild b/arch/csky/include/asm/Kbuild index 1117c28cb7e8..13ebc5e34360 100644 --- a/arch/csky/include/asm/Kbuild +++ b/arch/csky/include/asm/Kbuild @@ -1,7 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 generic-y += asm-offsets.h generic-y += extable.h -generic-y += gpio.h generic-y += kvm_para.h generic-y += mcs_spinlock.h generic-y += qrwlock.h