From patchwork Wed Jun 5 21:27:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 802366 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7DABEC27C52 for ; Wed, 5 Jun 2024 22:16:43 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id C144382A; Thu, 6 Jun 2024 00:16:31 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz C144382A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1717625801; bh=sA6qI//FTL7pgyGldUMsd1jU+l556RY52OWXWgjHnto=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=MxHBLCiGUNGXksNSxYaaIkitqPfVP3kLIhG2MrPjnMi8EFJn+GI1TYYXwFd4iONIG acYHsGkgsE1OsBL57UkV2lcvOk1agI9NbF53LIxF0pKlre6XeTc9roUo+q47wi3a1W PphAUvxTMHSWGYJcvqYbLy/oFcsVszENF2Gcl+q4= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 72943F80602; Thu, 6 Jun 2024 00:15:32 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id C4BADF80619; Thu, 6 Jun 2024 00:15:31 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id DA933F8025A; Thu, 6 Jun 2024 00:15:16 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 307CDF804B0 for ; Thu, 6 Jun 2024 00:15:07 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 307CDF804B0 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=jscS64Wx DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1717625708; x=1749161708; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=sA6qI//FTL7pgyGldUMsd1jU+l556RY52OWXWgjHnto=; b=jscS64Wx/ocOynlgC/GE4sJBWqT14QNny/XV+8+2l8B3p7M1yTRWejXm JnWbIOsnDp+BKAuf0fs3bIaux3CUsjbkUDlAdN2d0f92MyrPEVakl8Sx1 zDEHf6EIYrN3ZwzuP94Ne75LNvfMKfQYwAl+VSJgSox2rk+oqTap7RQGk U83Fq4LDX9rooYNr9faqEopO9zIVY98wDL5XUk+9oOpBcn53tpOBTQYN6 gJHK3nk7D876OA1DRLXnv4HVe8D3SjZKZNqmgXd0ejhR7EqajT8AA1lZS s+jeu9tjuMy4t+uecTVRIw1K/xKdqtVYC399HGdzg1hIxu92iU2GJD97E g==; X-CSE-ConnectionGUID: B8cZKtj3QkCJubk1l+yqug== X-CSE-MsgGUID: ABl06pMSSWS9O9hqeyln/Q== X-IronPort-AV: E=McAfee;i="6600,9927,11094"; a="24895544" X-IronPort-AV: E=Sophos;i="6.08,217,1712646000"; d="scan'208";a="24895544" Received: from orviesa006.jf.intel.com ([10.64.159.146]) by fmvoesa105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jun 2024 15:15:06 -0700 X-CSE-ConnectionGUID: CjAg4+gWRbypiKqJjeHDUQ== X-CSE-MsgGUID: piyqwJk4TFeL6djtFhzbCg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,217,1712646000"; d="scan'208";a="38168626" Received: from black.fi.intel.com ([10.237.72.28]) by orviesa006.jf.intel.com with ESMTP; 05 Jun 2024 15:14:57 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id 00374801; Thu, 06 Jun 2024 01:14:47 +0300 (EEST) From: Andy Shevchenko To: Charles Keepax , Rob Herring , Weidong Wang , Mark Brown , Andy Shevchenko , =?utf-8?q?Uwe_Kleine-K?= =?utf-8?q?=C3=B6nig?= , Kuninori Morimoto , Shenghao Ding , Marco Felsch , Alper Nebi Yasak , Chancel Liu , linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, patches@opensource.cirrus.com, linux-arm-msm@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Cc: Liam Girdwood , Jaroslav Kysela , Takashi Iwai , David Rhodes , Richard Fitzgerald , Kevin Lu , Baojun Xu , Srinivas Kandagatla , Banajit Goswami , Shengjiu Wang , Xiubo Li , Fabio Estevam , Nicolin Chen , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Heiko Stuebner , Sylwester Nawrocki Subject: [PATCH v2 6/6] ASoC: samsung: Replace of_gpio.h by proper one Date: Thu, 6 Jun 2024 00:27:29 +0300 Message-ID: <20240605221446.2624964-7-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.43.0.rc1.1336.g36b5255a03ac In-Reply-To: <20240605221446.2624964-1-andriy.shevchenko@linux.intel.com> References: <20240605221446.2624964-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Message-ID-Hash: JI47OASRU3BRV4JXLDHY6GRFSEE2RVSU X-Message-ID-Hash: JI47OASRU3BRV4JXLDHY6GRFSEE2RVSU X-MailFrom: andriy.shevchenko@linux.intel.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.9 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: of_gpio.h is deprecated and subject to remove. The driver doesn't use it directly, replace it with what is really being used. Signed-off-by: Andy Shevchenko --- sound/soc/samsung/aries_wm8994.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/samsung/aries_wm8994.c b/sound/soc/samsung/aries_wm8994.c index a548ac33dd94..01716df0c842 100644 --- a/sound/soc/samsung/aries_wm8994.c +++ b/sound/soc/samsung/aries_wm8994.c @@ -1,11 +1,11 @@ // SPDX-License-Identifier: GPL-2.0+ #include +#include #include #include #include #include #include -#include #include #include #include