]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: max98357a: Drop pointless include
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 25 Aug 2023 08:12:12 +0000 (10:12 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 11 Sep 2023 00:19:02 +0000 (01:19 +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/20230825-descriptors-asoc-max-v1-2-b212292b2f08@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98357a.c

index 2a2b286f1747f2ba76474ac79f1962ef219338aa..cc811f58c9d269b21b332e4a7efdc2dde51ad7f3 100644 (file)
@@ -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>