diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-09-11 10:23:53 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-09-11 12:50:09 +0100 |
commit | 0d22f950eb6a0a177826f9cc4f2fc0aa1b560228 (patch) | |
tree | a4a9b7fc57410e73cd0793fac5b708b59f3d2e85 /sound/soc/codecs/max98520.c | |
parent | 0a5b7ee05f871272fa3ca43ee9f91282e0c4ffe7 (diff) |
ASoC: max98520: Drop pointless includes
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>
Diffstat (limited to 'sound/soc/codecs/max98520.c')
-rw-r--r-- | sound/soc/codecs/max98520.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/max98520.c b/sound/soc/codecs/max98520.c index 8637fff307ad..edd05253d37c 100644 --- 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" |