projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a5b7ee
)
ASoC: max98520: Drop pointless includes
author
Linus Walleij
<linus.walleij@linaro.org>
Mon, 11 Sep 2023 08:23:53 +0000
(10:23 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 11 Sep 2023 11:50:09 +0000
(12:50 +0100)
This driver is already using solely GPIO descriptors and
do not need to include the legacy headers <linux/gpio.h>
or <linux/of_gpio.h>. Drop them.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link:
https://lore.kernel.org/r/20230911-descriptors-asoc-max-v2-6-b9d793fb768e@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98520.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/max98520.c
b/sound/soc/codecs/max98520.c
index 8637fff307addac5103b5fed66d37f8172a95cc5..edd05253d37c0319fdbf7204881ce7fbd2acba3b 100644
(file)
--- a/
sound/soc/codecs/max98520.c
+++ b/
sound/soc/codecs/max98520.c
@@
-11,10
+11,8
@@
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
-#include <linux/gpio.h>
#include <linux/gpio/consumer.h>
#include <linux/of.h>
-#include <linux/of_gpio.h>
#include <sound/tlv.h>
#include "max98520.h"