From: Linus Walleij Date: Fri, 6 Oct 2023 13:46:31 +0000 (+0200) Subject: ASoC: mt8192-afe-gpio: Drop unused include X-Git-Tag: v6.7-rc1~103^2~2^2~29^2~20^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3b5d22bdf33c4e44016fdcfc8904a0b0bf218e75;p=users%2Fdwmw2%2Flinux.git ASoC: mt8192-afe-gpio: Drop unused include This driver includes the legacy GPIO header but is not using any symbols from it. AFE has a custom GPIO implementation that is not using the kernel GPIO framework. Signed-off-by: Linus Walleij Reviewed-by: AngeloGioacchino Del Regno Tested-by: AngeloGioacchino Del Regno Link: https://lore.kernel.org/r/20231006-descriptors-asoc-mediatek-v1-8-07fe79f337f5@linaro.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/mediatek/mt8192/mt8192-afe-gpio.c b/sound/soc/mediatek/mt8192/mt8192-afe-gpio.c index 165663a78e36a..de5e1deaa167d 100644 --- a/sound/soc/mediatek/mt8192/mt8192-afe-gpio.c +++ b/sound/soc/mediatek/mt8192/mt8192-afe-gpio.c @@ -6,7 +6,6 @@ // Author: Shane Chien // -#include #include #include "mt8192-afe-common.h"