From 98dba9dab5d9af3c25e61a5d751bc943fec3f918 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Wed, 12 Mar 2025 14:31:50 +0100 Subject: [PATCH] ASoC: pcm1681: Drop unused include This driver includes the legacy GPIO header but does not use any symbols from it so drop the include. Signed-off-by: Linus Walleij Link: https://patch.msgid.link/20250312-pcm-codecs-v1-1-41ffc4f8fc5c@linaro.org Signed-off-by: Mark Brown --- sound/soc/codecs/pcm1681.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/codecs/pcm1681.c b/sound/soc/codecs/pcm1681.c index fc152496d5dc5..a1ec881d70841 100644 --- a/sound/soc/codecs/pcm1681.c +++ b/sound/soc/codecs/pcm1681.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include -- 2.39.5