Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH v1 1/1] ASoC: atmel: tse850-pcm5142: Remove unused of_gpio.h
@ 2024-05-07 20:56 Andy Shevchenko
  2024-05-08 11:59 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2024-05-07 20:56 UTC (permalink / raw)
  To: alsa-devel, linux-sound, linux-arm-kernel, linux-kernel
  Cc: Peter Rosin, Claudiu Beznea, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai, Nicolas Ferre, Alexandre Belloni,
	Andy Shevchenko

of_gpio.h is deprecated and subject to remove.
The driver doesn't use it, simply remove the unused header.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 sound/soc/atmel/tse850-pcm5142.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sound/soc/atmel/tse850-pcm5142.c b/sound/soc/atmel/tse850-pcm5142.c
index 611da23325d3..5d208e0b4b90 100644
--- a/sound/soc/atmel/tse850-pcm5142.c
+++ b/sound/soc/atmel/tse850-pcm5142.c
@@ -35,10 +35,9 @@
 // of the (filtered) output from the PCM5142 codec.
 
 #include <linux/clk.h>
-#include <linux/gpio.h>
+#include <linux/gpio/consumer.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/of_gpio.h>
 #include <linux/regulator/consumer.h>
 
 #include <sound/soc.h>
-- 
2.43.0.rc1.1336.g36b5255a03ac


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-08 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-07 20:56 [PATCH v1 1/1] ASoC: atmel: tse850-pcm5142: Remove unused of_gpio.h Andy Shevchenko
2024-05-08 11:59 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox