All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Tony Lindgren <tony@atomide.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	AngeloGioacchino Del Regno 
	<angelogioacchino.delregno@collabora.com>,
	Claudiu Beznea <claudiu.beznea@microchip.com>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	Matti Vaittinen <mazziesaccount@gmail.com>
Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org,
	Linus Walleij <linus.walleij@linaro.org>
Subject: [PATCH 02/11] regulator: s2mpa01: Drop useless header
Date: Tue, 08 Aug 2023 15:46:29 +0200	[thread overview]
Message-ID: <20230808-descriptors-regulator-v1-2-939b5e84dd18@linaro.org> (raw)
In-Reply-To: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org>

The TPS65910 includes the legacy header <linux/gpio.h> for no
reason, drop the include.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/regulator/s2mpa01.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/regulator/s2mpa01.c b/drivers/regulator/s2mpa01.c
index b147ff6a16b1..c22fdde67f9c 100644
--- a/drivers/regulator/s2mpa01.c
+++ b/drivers/regulator/s2mpa01.c
@@ -5,7 +5,6 @@
 
 #include <linux/bug.h>
 #include <linux/err.h>
-#include <linux/gpio.h>
 #include <linux/slab.h>
 #include <linux/module.h>
 #include <linux/of.h>

-- 
2.34.1


WARNING: multiple messages have this Message-ID (diff)
From: Linus Walleij <linus.walleij@linaro.org>
To: Tony Lindgren <tony@atomide.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	 Mark Brown <broonie@kernel.org>,
	 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	 Matthias Brugger <matthias.bgg@gmail.com>,
	 AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	 Claudiu Beznea <claudiu.beznea@microchip.com>,
	 Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	 Matti Vaittinen <mazziesaccount@gmail.com>
Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org,
	 linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	 linux-mediatek@lists.infradead.org,
	 Linus Walleij <linus.walleij@linaro.org>
Subject: [PATCH 02/11] regulator: s2mpa01: Drop useless header
Date: Tue, 08 Aug 2023 15:46:29 +0200	[thread overview]
Message-ID: <20230808-descriptors-regulator-v1-2-939b5e84dd18@linaro.org> (raw)
In-Reply-To: <20230808-descriptors-regulator-v1-0-939b5e84dd18@linaro.org>

The TPS65910 includes the legacy header <linux/gpio.h> for no
reason, drop the include.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/regulator/s2mpa01.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/regulator/s2mpa01.c b/drivers/regulator/s2mpa01.c
index b147ff6a16b1..c22fdde67f9c 100644
--- a/drivers/regulator/s2mpa01.c
+++ b/drivers/regulator/s2mpa01.c
@@ -5,7 +5,6 @@
 
 #include <linux/bug.h>
 #include <linux/err.h>
-#include <linux/gpio.h>
 #include <linux/slab.h>
 #include <linux/module.h>
 #include <linux/of.h>

-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2023-08-08 16:59 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-08 13:46 [PATCH 00/11] Regulator legacy GPIO header removal Linus Walleij
2023-08-08 13:46 ` Linus Walleij
2023-08-08 13:46 ` [PATCH 01/11] regulator: tps65910: Drop useless header Linus Walleij
2023-08-08 13:46   ` Linus Walleij
2023-08-08 13:46 ` Linus Walleij [this message]
2023-08-08 13:46   ` [PATCH 02/11] regulator: s2mpa01: " Linus Walleij
2023-08-08 13:46 ` [PATCH 03/11] regulator: rpi-panel-attiny: " Linus Walleij
2023-08-08 13:46   ` Linus Walleij
2023-08-08 13:46 ` [PATCH 04/11] regulator: rk808: Drop useless headers Linus Walleij
2023-08-08 13:46   ` Linus Walleij
2023-08-08 14:22   ` Mark Brown
2023-08-08 14:22     ` Mark Brown
2023-08-08 13:46 ` [PATCH 05/11] regulator: rc5t583: Drop useless header Linus Walleij
2023-08-08 13:46   ` Linus Walleij
2023-08-08 13:46 ` [PATCH 06/11] regulator: mt6311: " Linus Walleij
2023-08-08 13:46   ` Linus Walleij
2023-08-08 13:46 ` [PATCH 07/11] regulator: mcp16502: " Linus Walleij
2023-08-08 13:46   ` Linus Walleij
2023-08-08 13:46 ` [PATCH 08/11] regulator: max20086: " Linus Walleij
2023-08-08 13:46   ` Linus Walleij
2023-08-08 13:46 ` [PATCH 09/11] regulator: lp8755: " Linus Walleij
2023-08-08 13:46   ` Linus Walleij
2023-08-08 13:46 ` [PATCH 10/11] regulator: bd71828: " Linus Walleij
2023-08-08 13:46   ` Linus Walleij
2023-08-08 13:46 ` [PATCH 11/11] regulator: bd71815: " Linus Walleij
2023-08-08 13:46   ` Linus Walleij
2023-08-08 17:02 ` [PATCH 00/11] Regulator legacy GPIO header removal Mark Brown
2023-08-08 17:02   ` 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=20230808-descriptors-regulator-v1-2-939b5e84dd18@linaro.org \
    --to=linus.walleij@linaro.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=broonie@kernel.org \
    --cc=claudiu.beznea@microchip.com \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=mazziesaccount@gmail.com \
    --cc=tony@atomide.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.