From: Linus Walleij Date: Fri, 6 Oct 2023 13:46:29 +0000 (+0200) Subject: ASoC: mt8173-rt5650: Drop unused includes X-Git-Tag: io_uring-6.7-2023-11-10~21^2~1^2~61^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6dffd1f38ad76660e7fff8e269889284e892603d;p=linux-block.git ASoC: mt8173-rt5650: Drop unused includes This driver includes the legacy GPIO header and but does not use any symbols from either of them so drop the includes. 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-6-07fe79f337f5@linaro.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/mediatek/mt8173/mt8173-rt5650.c b/sound/soc/mediatek/mt8173/mt8173-rt5650.c index 0be737a11701..466f176f8e94 100644 --- a/sound/soc/mediatek/mt8173/mt8173-rt5650.c +++ b/sound/soc/mediatek/mt8173/mt8173-rt5650.c @@ -7,8 +7,6 @@ */ #include -#include -#include #include #include #include "../../codecs/rt5645.h"