]> git.itanic.dy.fi Git - linux-stable/commitdiff
ASoC: mt8173-max98090: Drop unused include
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 6 Oct 2023 13:46:26 +0000 (15:46 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 9 Oct 2023 13:27:45 +0000 (14:27 +0100)
This driver includes the legacy GPIO header <linux/gpio.h> but
is not using any symbols from it. Drop the include.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Tested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20231006-descriptors-asoc-mediatek-v1-3-07fe79f337f5@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/mt8173/mt8173-max98090.c

index 3c5c22132c9271fb5b05c339cbde6242409361ff..0557a287c641a3ce863a2bd746074d9221688faa 100644 (file)
@@ -9,7 +9,6 @@
 #include <linux/module.h>
 #include <sound/soc.h>
 #include <sound/jack.h>
-#include <linux/gpio.h>
 #include "../../codecs/max98090.h"
 
 static struct snd_soc_jack mt8173_max98090_jack;