projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
832beb6
)
ASoC: max98396: Drop pointless include
author
Linus Walleij
<linus.walleij@linaro.org>
Mon, 11 Sep 2023 08:23:52 +0000
(10:23 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 11 Sep 2023 11:50:08 +0000
(12:50 +0100)
This driver is already using solely GPIO descriptors and
do not need to include the legacy header <linux/gpio.h>.
Drop it.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link:
https://lore.kernel.org/r/20230911-descriptors-asoc-max-v2-5-b9d793fb768e@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98396.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/max98396.c
b/sound/soc/codecs/max98396.c
index 3a1d8c211f3c79d0a3580d9dff08df09d1eccdd8..e52bb2266fa16792ad5dba79c515b5900ade4b2a 100644
(file)
--- a/
sound/soc/codecs/max98396.c
+++ b/
sound/soc/codecs/max98396.c
@@
-7,7
+7,6
@@
#include <sound/pcm_params.h>
#include <linux/regulator/consumer.h>
#include <sound/soc.h>
-#include <linux/gpio.h>
#include <sound/tlv.h>
#include "max98396.h"