diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-09-11 10:23:52 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-09-11 12:50:08 +0100 |
commit | 0a5b7ee05f871272fa3ca43ee9f91282e0c4ffe7 (patch) | |
tree | 7130b883cfec79eeb5a7fb50cf0bd303e72f0618 /sound/soc/codecs | |
parent | 832beb640e425b5d1a92d8c2002e6b8e0af693eb (diff) |
ASoC: max98396: Drop pointless include
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>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/max98396.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98396.c b/sound/soc/codecs/max98396.c index 3a1d8c211f3c..e52bb2266fa1 100644 --- 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" |