ASoC: atmel: tse850-pcm5142: Remove unused of_gpio.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 7 May 2024 20:56:59 +0000 (23:56 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 8 May 2024 02:40:47 +0000 (11:40 +0900)
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>
sound/soc/atmel/tse850-pcm5142.c

index 611da23325d328b0ecb4b6355892ca9154271c24..5d208e0b4b905d2dcf0d23254e3c3c464eca8f26 100644 (file)
 // 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>