aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/max98357a.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-09-11 10:23:49 +0200
committerMark Brown <broonie@kernel.org>2023-09-11 12:50:06 +0100
commit02de898322869442cf6d6f4ba8f22cbdc5889f4b (patch)
treeb8db81a5a9ecb529ed21bebd93afa855ba5c376d /sound/soc/codecs/max98357a.c
parentASoC: max9768: Convert to use GPIO descriptors (diff)
downloadwireguard-linux-02de898322869442cf6d6f4ba8f22cbdc5889f4b.tar.xz
wireguard-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.c1
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>