aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorGravatar Andy Shevchenko <andriy.shevchenko@linux.intel.com> 2024-05-07 23:56:59 +0300
committerGravatar Mark Brown <broonie@kernel.org> 2024-05-08 11:40:47 +0900
commitd45ae45f328b6824966ab7dbf8b1c712f7d0e877 (patch)
tree679ee55e954623a6e2259d5ce8da09573f52bc40 /sound
parentASoC: Constify static snd_pcm_hardware (diff)
downloadlinux-d45ae45f328b6824966ab7dbf8b1c712f7d0e877.tar.gz
linux-d45ae45f328b6824966ab7dbf8b1c712f7d0e877.tar.bz2
linux-d45ae45f328b6824966ab7dbf8b1c712f7d0e877.zip
ASoC: atmel: tse850-pcm5142: Remove unused of_gpio.h
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> Link: https://lore.kernel.org/r/20240507205659.690270-1-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/atmel/tse850-pcm5142.c3
1 files changed, 1 insertions, 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>