projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8051360
)
ASoC: atmel: tse850-pcm5142: Remove unused of_gpio.h
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Tue, 7 May 2024 20:56:59 +0000
(23:56 +0300)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/sound/soc/atmel/tse850-pcm5142.c
b/sound/soc/atmel/tse850-pcm5142.c
index 611da23325d328b0ecb4b6355892ca9154271c24..5d208e0b4b905d2dcf0d23254e3c3c464eca8f26 100644
(file)
--- 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>