From patchwork Fri Dec 1 13:20:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 13475795 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="ktcAmG4j" Received: from mail-lf1-x12b.google.com (mail-lf1-x12b.google.com [IPv6:2a00:1450:4864:20::12b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E3DF10D0 for ; Fri, 1 Dec 2023 05:20:39 -0800 (PST) Received: by mail-lf1-x12b.google.com with SMTP id 2adb3069b0e04-50bce42295eso2365772e87.2 for ; Fri, 01 Dec 2023 05:20:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1701436837; x=1702041637; darn=vger.kernel.org; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=tmhoeNK2XrxfkfGdL3xKNy/HfoA09+0EnEv8OOqmFiw=; b=ktcAmG4jsASqae2vNTaUpPgTKswO9HgBlmKtgHEwqVZERXrUccemi+TRCwPZJes1YV x2tZMRPaDCmIcHRZUmkQ/6WkmLtRV5D41R0EKM+YQe77Nz+DeNq7LkHtiXuCnYzRodD5 f2nOyMtBrapkU5a8ExzQrMTZ10VKPCsAu3Fy8oSTZvkrYS+MF1FfGPqB0cCEc2WtYrVE U860AdnqfqdytxvzPaKvWYcwP5DJFvRi+uxV+7uU2xNBqvfbJw1kx1XDUYpMm9u8dOQ7 Vg1qlJdlUfasRysrw9CCq5Z3CLiVH5bSc99wUBtZe4GMN9dm/UjS+gB00Wm9cP6H1j0/ dVkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701436837; x=1702041637; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=tmhoeNK2XrxfkfGdL3xKNy/HfoA09+0EnEv8OOqmFiw=; b=EdNAJMkhFHhwuqJkQTCl4adB02KzF+L6mA77Ftd9TTN7l9wRqXjsuIYFv5zXukbwUr 83MeiEUEefbxXu8HDsEMubQvtAfhNLC1GJKCqAjDdsS+O+gzRLvgRESOH0WzAbW8Jg/I SEqIZdNdYHD6apk2ElMLIvQR5Aj3fIdOOtMnHhk4KMqgW+yfaXCohduPVnBdBlDg9htT SfD6UTMrDAVWlLvem5UTUE4bY4hDmApGmc68zCZHWkKYxNAcT1P2vHYtsd8Nlksyqs2A EvSPbbtohiWJzagYhXmxSamdeIuxYLSOcV7ScVT+gwEPz7HwFvoCxuBkO+Zx5xceMQb9 b6og== X-Gm-Message-State: AOJu0YxzMp+xhjGsBOdw0dM1bRKDkeE2KiIVNjYKFrvHoh2j/mUX8myg 9U9H/Uzzp+AQ+ZPHNFwlMUSKkw== X-Google-Smtp-Source: AGHT+IFSgPDic86kEaX7pw26R4wwmabuIQgTcHwgTfrqNNG5jSVMDDG459yzdd7DusaO3vXR73bQLQ== X-Received: by 2002:a19:7906:0:b0:50b:d764:8819 with SMTP id u6-20020a197906000000b0050bd7648819mr784054lfc.101.1701436837631; Fri, 01 Dec 2023 05:20:37 -0800 (PST) Received: from [127.0.1.1] ([85.235.12.238]) by smtp.gmail.com with ESMTPSA id u25-20020ac243d9000000b0050be054b4e8sm1081lfl.121.2023.12.01.05.20.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Dec 2023 05:20:37 -0800 (PST) From: Linus Walleij Date: Fri, 01 Dec 2023 14:20:34 +0100 Subject: [PATCH v2 05/10] ASoC: cs35l36: Drop legacy includes Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20231201-descriptors-sound-cirrus-v2-5-ee9f9d4655eb@linaro.org> References: <20231201-descriptors-sound-cirrus-v2-0-ee9f9d4655eb@linaro.org> In-Reply-To: <20231201-descriptors-sound-cirrus-v2-0-ee9f9d4655eb@linaro.org> To: Paul Handrigan , James Schulman , David Rhodes , Richard Fitzgerald , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Hartley Sweeten , Alexander Sverdlin , Nikita Shubin Cc: alsa-devel@alsa-project.org, patches@opensource.cirrus.com, linux-sound@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Linus Walleij , Charles Keepax X-Mailer: b4 0.12.4 This driver includes the legacy GPIO APIs and but does not use any symbols from any of them. Drop the includes. Acked-by: Charles Keepax Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Add include, apparently the driver relied on this being implicitly included from --- sound/soc/codecs/cs35l36.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sound/soc/codecs/cs35l36.c b/sound/soc/codecs/cs35l36.c index f2fde6e652b9..f5bd32e434a0 100644 --- a/sound/soc/codecs/cs35l36.c +++ b/sound/soc/codecs/cs35l36.c @@ -17,15 +17,14 @@ #include #include #include +#include #include -#include #include #include #include #include #include #include -#include #include #include #include