projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d22f95
)
ASoC: max98927: Drop pointless includes
author
Linus Walleij
<linus.walleij@linaro.org>
Mon, 11 Sep 2023 08:23:54 +0000
(10:23 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 11 Sep 2023 11:50:10 +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-7-b9d793fb768e@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98927.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/max98927.c
b/sound/soc/codecs/max98927.c
index 776f23d38ac5053b092a8526dfa421e4d9e77011..70db9d3ff5a5f46fe2e33ea92f0e0d88cd0da644 100644
(file)
--- a/
sound/soc/codecs/max98927.c
+++ b/
sound/soc/codecs/max98927.c
@@
-15,9
+15,7
@@
#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_gpio.h>
#include <sound/tlv.h>
#include "max98927.h"