All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Oder Chiou <oder_chiou@realtek.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
	Takashi Iwai <tiwai@suse.com>
Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>
Subject: [PATCH 07/14] ASoC: rt1308: Drop GPIO includes
Date: Sat, 12 Aug 2023 21:56:45 +0200	[thread overview]
Message-ID: <20230812-descriptors-asoc-v1-7-eb4dca1f68af@linaro.org> (raw)
In-Reply-To: <20230812-descriptors-asoc-v1-0-eb4dca1f68af@linaro.org>

This driver include two GPIO legacy headers yet doesn't use
symbols from any of them. Drop the includes.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 sound/soc/codecs/rt1308.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sound/soc/codecs/rt1308.c b/sound/soc/codecs/rt1308.c
index 9d07756cda40..86afb429d423 100644
--- a/sound/soc/codecs/rt1308.c
+++ b/sound/soc/codecs/rt1308.c
@@ -11,10 +11,8 @@
 #include <linux/init.h>
 #include <linux/delay.h>
 #include <linux/pm.h>
-#include <linux/gpio.h>
 #include <linux/i2c.h>
 #include <linux/regmap.h>
-#include <linux/of_gpio.h>
 #include <linux/acpi.h>
 #include <linux/platform_device.h>
 #include <linux/firmware.h>

-- 
2.34.1


  parent reply	other threads:[~2023-08-12 19:57 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-12 19:56 [PATCH 00/14] ASoC: rt: Drop unused GPIO includes Linus Walleij
2023-08-12 19:56 ` [PATCH 01/14] ASoC: rt1011: Drop " Linus Walleij
2023-08-12 19:56 ` [PATCH 02/14] ASoC: rt1015: Drop GPIO include Linus Walleij
2023-08-12 19:56 ` [PATCH 03/14] ASoC: rt1015p: Drop legacy " Linus Walleij
2023-08-12 19:56 ` [PATCH 04/14] ASoC: rt1016: Drop " Linus Walleij
2023-08-12 19:56 ` [PATCH 05/14] ASoC: rt1019: " Linus Walleij
2023-08-12 19:56 ` [PATCH 06/14] ASoC: rt1305: Drop GPIO includes Linus Walleij
2023-08-12 19:56 ` Linus Walleij [this message]
2023-08-12 19:56 ` [PATCH 08/14] ASoC: rt5514-spi: Drop GPIO include Linus Walleij
2023-08-12 19:56 ` [PATCH 09/14] ASoC: rt5514: " Linus Walleij
2023-08-12 19:56 ` [PATCH 10/14] ASoC: rt5645: Drop legacy " Linus Walleij
2023-08-12 19:56 ` [PATCH 11/14] ASoC: rt5659: " Linus Walleij
2023-08-12 19:56 ` [PATCH 12/14] ASoC: rt5660: Drop GPIO includes Linus Walleij
2023-08-12 19:56 ` [PATCH 13/14] ASoC: rt5682-sdw: " Linus Walleij
2023-08-12 19:56 ` [PATCH 14/14] ASoC: rt715: " Linus Walleij
2023-08-14  0:33 ` [PATCH 00/14] ASoC: rt: Drop unused " Mark Brown

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=20230812-descriptors-asoc-v1-7-eb4dca1f68af@linaro.org \
    --to=linus.walleij@linaro.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oder_chiou@realtek.com \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.