diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-09-11 10:23:49 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-09-11 13:50:06 +0200 |
commit | 02de898322869442cf6d6f4ba8f22cbdc5889f4b (patch) | |
tree | b8db81a5a9ecb529ed21bebd93afa855ba5c376d /sound/soc/codecs/max98357a.c | |
parent | ASoC: max9768: Convert to use GPIO descriptors (diff) | |
download | linux-02de898322869442cf6d6f4ba8f22cbdc5889f4b.tar.xz linux-02de898322869442cf6d6f4ba8f22cbdc5889f4b.zip |
ASoC: max98357a: 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-2-b9d793fb768e@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/max98357a.c')
-rw-r--r-- | sound/soc/codecs/max98357a.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98357a.c b/sound/soc/codecs/max98357a.c index 2a2b286f1747..cc811f58c9d2 100644 --- a/sound/soc/codecs/max98357a.c +++ b/sound/soc/codecs/max98357a.c @@ -8,7 +8,6 @@ #include <linux/delay.h> #include <linux/device.h> #include <linux/err.h> -#include <linux/gpio.h> #include <linux/gpio/consumer.h> #include <linux/kernel.h> #include <linux/mod_devicetable.h> |