From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A398B3B635F; Fri, 10 Jul 2026 21:20:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783718446; cv=none; b=WHV0QDQPYJGrKvwKin+wmLI3jcfDR4cNgSXmFwh1OXwysJNenG/vS4vYr9P7wMMSvNeSX9Fr6IlIInVwwh9Wfhg43Ku6bQnxX3dvmHppiPjl5MH6n4qybV1z+dErFkvSlMEXEE0ELvaLBRca3mSqFjbo7Kh5L9BkK2CMWGf/wrM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783718446; c=relaxed/simple; bh=NIKUv4LbRxUDyOM2t67tBLmk8ukBWaic2WTAW/9C8lQ=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=ouF0d7cTgs9z3qQw1LKe6V1kI/nfQU0X8pmE1QMQ3Ls9fUfbzuGEMR/ImmbWe0T+ver4WAWG60zXQXjJif+2yT6fxiJPFfqy00vL3BxeJk+RpZIae1oioGeOfxSLooXVFxQB1TQK57p6SKfcTHwuILqb2cY9NVHfr0G9Sm9E1PI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cLmFhLai; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="cLmFhLai" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9F3D41F00A3D; Fri, 10 Jul 2026 21:20:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783718445; bh=gwNxowD5uuBbhjfQk+9zd0mBet8xw7la0skrKYseTfw=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=cLmFhLaiRrcNordDtbE/B2zTJwgf56UolNlWFNT94HtKr2hawMbTe+iAe38lmeORw oSRw70qr+UZ3P7HefDzX/FJasfLiVhArCLyf86IEdoEsriQ9QqPkG+6JHtg1oA9bQn 2vQEKoGWP+3w5qm238rRiLkXcaqIu42K/MM5EeYDW82fOFNkVB7XB+/E8HhHI0zPgF RSc9V5bQgj+4h39Un9sa0H9cX3FzaEY9loGrKHLgmcVbGjnqbZTMSJFH35X7LohZOA WN7raLBTns+wJI3Nhz7bLoVPPKKyOvCQY7YIvC6QtNdxq0KkHAyOeIso5mgICK8YPZ Qy3PeLkuRYcSA== From: Arnd Bergmann To: linux-gpio@vger.kernel.org, Linus Walleij , Bartosz Golaszewski Cc: Arnd Bergmann , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Frank Li , Robert Jarzmik , Krzysztof Kozlowski , Greg Ungerer , Thomas Bogendoerfer , Hauke Mehrtens , =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= , Yoshinori Sato , John Paul Adrian Glaubitz , Dmitry Torokhov , Dominik Brodowski , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, patches@opensource.cirrus.com, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, linux-sh@vger.kernel.org, linux-input@vger.kernel.org, linux-sunxi@lists.linux.dev, linux-phy@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-sound@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v2 06/10] ASoC: replace linux/gpio.h inclusions Date: Fri, 10 Jul 2026 23:19:51 +0200 Message-Id: <20260710211954.1373336-7-arnd@kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20260710211954.1373336-1-arnd@kernel.org> References: <20260710211954.1373336-1-arnd@kernel.org> Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Arnd Bergmann linux/gpio.h is going away,s o use linux/gpio/consumer.h instead. Acked-by: Bartosz Golaszewski Signed-off-by: Arnd Bergmann --- sound/soc/codecs/cs42l84.c | 1 - sound/soc/codecs/cx2072x.c | 2 +- sound/soc/codecs/dmic.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/sound/soc/codecs/cs42l84.c b/sound/soc/codecs/cs42l84.c index f2a58163de0e..f2448b4c11fc 100644 --- a/sound/soc/codecs/cs42l84.c +++ b/sound/soc/codecs/cs42l84.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include diff --git a/sound/soc/codecs/cx2072x.c b/sound/soc/codecs/cx2072x.c index 83c6cbd40804..0dd35fa86cc5 100644 --- a/sound/soc/codecs/cx2072x.c +++ b/sound/soc/codecs/cx2072x.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sound/soc/codecs/dmic.c b/sound/soc/codecs/dmic.c index 61e1bf1b3c9e..cbed11136935 100644 --- a/sound/soc/codecs/dmic.c +++ b/sound/soc/codecs/dmic.c @@ -6,7 +6,6 @@ */ #include -#include #include #include #include -- 2.39.5