Unverified Commit 3b5d22bd authored by Linus Walleij's avatar Linus Walleij Committed by Mark Brown
Browse files

ASoC: mt8192-afe-gpio: Drop unused include



This driver includes the legacy GPIO header <linux/gpio.h> 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: default avatarLinus Walleij <linus.walleij@linaro.org>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Tested-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20231006-descriptors-asoc-mediatek-v1-8-07fe79f337f5@linaro.org


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 73e1f8a0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
// Author: Shane Chien <shane.chien@mediatek.com>
//

#include <linux/gpio.h>
#include <linux/pinctrl/consumer.h>

#include "mt8192-afe-common.h"