From: Andy Shevchenko <andriy.shevchenko@linux•intel.com>
To: "Charles Keepax" <ckeepax@opensource•cirrus.com>,
"Rob Herring" <robh@kernel•org>,
"Weidong Wang" <wangweidong.a@awinic•com>,
"Mark Brown" <broonie@kernel•org>,
"Andy Shevchenko" <andriy.shevchenko@linux•intel.com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix•de>,
"Kuninori Morimoto" <kuninori.morimoto.gx@renesas•com>,
"Shenghao Ding" <shenghao-ding@ti•com>,
"Marco Felsch" <m.felsch@pengutronix•de>,
"Alper Nebi Yasak" <alpernebiyasak@gmail•com>,
"Chancel Liu" <chancel.liu@nxp•com>,
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: Nicolin Chen <nicoleotsuka@gmail•com>,
Fabio Estevam <festevam@gmail•com>,
Pengutronix Kernel Team <kernel@pengutronix•de>,
Liam Girdwood <lgirdwood@gmail•com>,
Shengjiu Wang <shengjiu.wang@gmail•com>,
Sascha Hauer <s.hauer@pengutronix•de>,
Xiubo Li <Xiubo.Lee@gmail•com>, Takashi Iwai <tiwai@suse•com>,
David Rhodes <david.rhodes@cirrus•com>,
Kevin Lu <kevin-lu@ti•com>,
Richard Fitzgerald <rf@opensource•cirrus.com>,
Srinivas Kandagatla <srinivas.kandagatla@linaro•org>,
Banajit Goswami <bgoswami@quicinc•com>,
Shawn Guo <shawnguo@kernel•org>,
Sylwester Nawrocki <s.nawrocki@samsung•com>,
Jaroslav Kysela <perex@perex•cz>, Baojun Xu <baojun.xu@ti•com>,
Heiko Stuebner <heiko@sntech•de>
Subject: [PATCH v2 2/6] ASoC: fsl: Remove unused of_gpio.h
Date: Thu, 6 Jun 2024 00:27:25 +0300 [thread overview]
Message-ID: <20240605221446.2624964-3-andriy.shevchenko@linux.intel.com> (raw)
In-Reply-To: <20240605221446.2624964-1-andriy.shevchenko@linux.intel.com>
of_gpio.h is deprecated and subject to remove. The drivers in question
don't use it, simply remove the unused header.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux•intel.com>
---
sound/soc/fsl/imx-es8328.c | 1 -
sound/soc/fsl/imx-rpmsg.c | 2 --
2 files changed, 3 deletions(-)
diff --git a/sound/soc/fsl/imx-es8328.c b/sound/soc/fsl/imx-es8328.c
index 5b9648f3b087..3ef92f6dfc6b 100644
--- a/sound/soc/fsl/imx-es8328.c
+++ b/sound/soc/fsl/imx-es8328.c
@@ -8,7 +8,6 @@
#include <linux/of.h>
#include <linux/of_platform.h>
#include <linux/i2c.h>
-#include <linux/of_gpio.h>
#include <sound/soc.h>
#include <sound/jack.h>
diff --git a/sound/soc/fsl/imx-rpmsg.c b/sound/soc/fsl/imx-rpmsg.c
index 0f1ad7ad7d27..ce98d2288193 100644
--- a/sound/soc/fsl/imx-rpmsg.c
+++ b/sound/soc/fsl/imx-rpmsg.c
@@ -5,9 +5,7 @@
#include <linux/of_platform.h>
#include <linux/of_reserved_mem.h>
#include <linux/i2c.h>
-#include <linux/of_gpio.h>
#include <linux/slab.h>
-#include <linux/gpio.h>
#include <linux/clk.h>
#include <sound/soc.h>
#include <sound/jack.h>
--
2.43.0.rc1.1336.g36b5255a03ac
next prev parent reply other threads:[~2024-06-05 22:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-05 21:27 [PATCH v2 0/6] ASoC: Drop or replace of_gpio.h Andy Shevchenko
2024-06-05 21:27 ` [PATCH v2 1/6] ASoC: codecs: Remove unused of_gpio.h Andy Shevchenko
2024-06-05 21:27 ` Andy Shevchenko [this message]
2024-06-05 21:27 ` [PATCH v2 3/6] ASoC: rockchip: " Andy Shevchenko
2024-06-07 12:34 ` Heiko Stuebner
2024-06-05 21:27 ` [PATCH v2 4/6] ASoC: codecs: Replace of_gpio.h by proper one Andy Shevchenko
2024-06-05 21:27 ` [PATCH v2 5/6] ASoC: generic: " Andy Shevchenko
2024-06-05 21:27 ` [PATCH v2 6/6] ASoC: samsung: " Andy Shevchenko
-- strict thread matches above, loose matches on Subject: below --
2024-05-31 15:29 [PATCH v2 0/6] ASoC: Drop or replace of_gpio.h Andy Shevchenko
2024-05-31 15:29 ` [PATCH v2 2/6] ASoC: fsl: Remove unused of_gpio.h Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240605221446.2624964-3-andriy.shevchenko@linux.intel.com \
--to=andriy.shevchenko@linux$(echo .)intel.com \
--cc=Xiubo.Lee@gmail$(echo .)com \
--cc=alpernebiyasak@gmail$(echo .)com \
--cc=alsa-devel@alsa-project$(echo .)org \
--cc=baojun.xu@ti$(echo .)com \
--cc=bgoswami@quicinc$(echo .)com \
--cc=broonie@kernel$(echo .)org \
--cc=chancel.liu@nxp$(echo .)com \
--cc=ckeepax@opensource$(echo .)cirrus.com \
--cc=david.rhodes@cirrus$(echo .)com \
--cc=festevam@gmail$(echo .)com \
--cc=heiko@sntech$(echo .)de \
--cc=imx@lists$(echo .)linux.dev \
--cc=kernel@pengutronix$(echo .)de \
--cc=kevin-lu@ti$(echo .)com \
--cc=kuninori.morimoto.gx@renesas$(echo .)com \
--cc=lgirdwood@gmail$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-arm-msm@vger$(echo .)kernel.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-rockchip@lists$(echo .)infradead.org \
--cc=linux-sound@vger$(echo .)kernel.org \
--cc=linuxppc-dev@lists$(echo .)ozlabs.org \
--cc=m.felsch@pengutronix$(echo .)de \
--cc=nicoleotsuka@gmail$(echo .)com \
--cc=patches@opensource$(echo .)cirrus.com \
--cc=perex@perex$(echo .)cz \
--cc=rf@opensource$(echo .)cirrus.com \
--cc=robh@kernel$(echo .)org \
--cc=s.hauer@pengutronix$(echo .)de \
--cc=s.nawrocki@samsung$(echo .)com \
--cc=shawnguo@kernel$(echo .)org \
--cc=shenghao-ding@ti$(echo .)com \
--cc=shengjiu.wang@gmail$(echo .)com \
--cc=srinivas.kandagatla@linaro$(echo .)org \
--cc=tiwai@suse$(echo .)com \
--cc=u.kleine-koenig@pengutronix$(echo .)de \
--cc=wangweidong.a@awinic$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox