]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: codecs: Remove unused of_gpio.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Jun 2024 21:27:24 +0000 (00:27 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 10 Jun 2024 11:48:36 +0000 (12:48 +0100)
of_gpio.h is deprecated and subject to remove. The drivers in question
don't use it, simply remove the unused header.

Reviewed-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240605221446.2624964-2-andriy.shevchenko@linux.intel.com
Acked-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
16 files changed:
sound/soc/codecs/ak4118.c
sound/soc/codecs/ak4458.c
sound/soc/codecs/aw88399.c
sound/soc/codecs/cs53l30.c
sound/soc/codecs/max98390.c
sound/soc/codecs/pcm3168a.c
sound/soc/codecs/rk817_codec.c
sound/soc/codecs/tas2552.c
sound/soc/codecs/tas2764.c
sound/soc/codecs/tas2770.c
sound/soc/codecs/tas2780.c
sound/soc/codecs/tlv320adc3xxx.c
sound/soc/codecs/tlv320adcx140.c
sound/soc/codecs/tlv320aic31xx.c
sound/soc/codecs/ts3a227e.c
sound/soc/codecs/wsa883x.c

index 9a43235e6a11d09dbd60dffdad6bf29f404bd774..23e868e4e3fba2c7e885b39260f8e40105255ae9 100644 (file)
@@ -9,7 +9,6 @@
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_gpio.h>
 #include <linux/regmap.h>
 #include <linux/slab.h>
 
index 73cf482f104f1afc645a295881d35faa15615480..32cb802ad6357762d6f0798ad16fa0294b5bfe38 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/i2c.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_gpio.h>
 #include <linux/pm_runtime.h>
 #include <linux/regulator/consumer.h>
 #include <linux/reset.h>
index 9fcb805bf97135ccb491072db2016b82f4b18bf6..df6d52a1cfef8a0207c252e0dac536498fffde7b 100644 (file)
@@ -10,7 +10,7 @@
 #include <linux/crc32.h>
 #include <linux/i2c.h>
 #include <linux/firmware.h>
-#include <linux/of_gpio.h>
+#include <linux/of_gpio.h> 
 #include <linux/regmap.h>
 #include <sound/soc.h>
 #include "aw88399.h"
index c0893146423b2a4e44f0b5efeeb7a8620367abf3..2ee13d885fdc97c37eb96cc40b4aaeff1cf0f419 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/delay.h>
 #include <linux/i2c.h>
 #include <linux/module.h>
-#include <linux/of_gpio.h>
 #include <linux/gpio/consumer.h>
 #include <linux/regulator/consumer.h>
 #include <sound/pcm_params.h>
index 57fa2db1e14899806c4572aefe4cdd5248863e66..1bae253618fd07d2d796a47267829d42a3d14fe3 100644 (file)
@@ -13,7 +13,6 @@
 #include <linux/gpio/consumer.h>
 #include <linux/i2c.h>
 #include <linux/module.h>
-#include <linux/of_gpio.h>
 #include <linux/regmap.h>
 #include <linux/slab.h>
 #include <linux/time.h>
index 9d6431338fb7153cbe47b994a79220dfa5a5561a..3c0e0fdbfc5c45cae01271a3aaaa096be24044fc 100644 (file)
@@ -11,7 +11,6 @@
 #include <linux/delay.h>
 #include <linux/gpio/consumer.h>
 #include <linux/module.h>
-#include <linux/of_gpio.h>
 #include <linux/pm_runtime.h>
 #include <linux/regulator/consumer.h>
 
index d4da98469f8b898dab6585cf0321091857e0a908..5fea600bc3a429cae639450bf9df539cd0542a81 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/mfd/rk808.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_gpio.h>
 #include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <sound/core.h>
index a7ed59ec49a6f0527d2aec10a4d10d59b0a2d58d..9e68afc0989728cb3f15d5cd6955b5cf6d402809 100644 (file)
@@ -13,7 +13,6 @@
 #include <linux/device.h>
 #include <linux/i2c.h>
 #include <linux/gpio.h>
-#include <linux/of_gpio.h>
 #include <linux/pm_runtime.h>
 #include <linux/regmap.h>
 #include <linux/slab.h>
index 1dc719d726ab5d371767df141414af69a29cf910..5eaddf07aadcc7962cbd16e843784baa155921f4 100644 (file)
@@ -15,7 +15,6 @@
 #include <linux/regulator/consumer.h>
 #include <linux/regmap.h>
 #include <linux/of.h>
-#include <linux/of_gpio.h>
 #include <linux/slab.h>
 #include <sound/soc.h>
 #include <sound/pcm.h>
index 67bc1c8b0131782d855f58474573b32582110b74..5601fba17c9607d09ba2c3116852e287567d82f2 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/firmware.h>
 #include <linux/regmap.h>
 #include <linux/of.h>
-#include <linux/of_gpio.h>
 #include <linux/slab.h>
 #include <sound/soc.h>
 #include <sound/pcm.h>
index a18ccf5fb7ad2c4e7333f9d21745d89a7e371ac6..6902bfef185b873b607178b8d059aad7932246b9 100644 (file)
@@ -11,7 +11,6 @@
 #include <linux/gpio/consumer.h>
 #include <linux/regmap.h>
 #include <linux/of.h>
-#include <linux/of_gpio.h>
 #include <sound/soc.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>
index e100cc9f5c1929e3fa3c1111b0757c099873e333..eb180df9a72a08d90595aa20e849c9741d2200e8 100644 (file)
@@ -25,7 +25,6 @@
 #include <linux/i2c.h>
 #include <linux/platform_device.h>
 #include <linux/cdev.h>
-#include <linux/of_gpio.h>
 #include <linux/slab.h>
 #include <sound/core.h>
 #include <sound/pcm.h>
index 41342b34068032d4e4a7c37c8aba1ac7458f8826..d594bf166c0e79cbe8b6d91c1799702ad9687b25 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/regulator/consumer.h>
 #include <linux/acpi.h>
 #include <linux/of.h>
-#include <linux/of_gpio.h>
 #include <linux/slab.h>
 #include <sound/core.h>
 #include <sound/pcm.h>
index 4d7c5a80c6edda86f244e092710170aacb3b34cc..2f94cfda0e3302823cdc8bc89d0f96f68e9995ee 100644 (file)
@@ -23,7 +23,6 @@
 #include <linux/regulator/consumer.h>
 #include <linux/acpi.h>
 #include <linux/of.h>
-#include <linux/of_gpio.h>
 #include <linux/slab.h>
 #include <sound/core.h>
 #include <sound/jack.h>
index dbf448dd88649a7b6cd64359df7397fea9f344ad..b9eb59e3bfa0a4f6b1877d4f04704954a1f98351 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/init.h>
 #include <linux/input.h>
 #include <linux/module.h>
-#include <linux/of_gpio.h>
 #include <linux/regmap.h>
 #include <linux/acpi.h>
 
index a2e86ef7d18f5981b4604372e4b20930695aa5c4..8abce2160d657a1b3b7f4e30a77de18bb2f79cd1 100644 (file)
@@ -9,7 +9,6 @@
 #include <linux/init.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
-#include <linux/of_gpio.h>
 #include <linux/pm_runtime.h>
 #include <linux/printk.h>
 #include <linux/regmap.h>