From 175b2d025874d2798d34f670319e63fb5570cb2c Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Fri, 27 Mar 2026 00:26:39 +0100 Subject: [PATCH] ASoC: nau8315: Drop unused include The driver includes the legacy GPIO header but does not use any symbols from it so drop the include. (It is already using the consumer header as is proper.) Signed-off-by: Linus Walleij Link: https://patch.msgid.link/20260327-asoc-rt1318-v1-2-9fcecf868fda@kernel.org Signed-off-by: Mark Brown --- sound/soc/codecs/nau8315.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/codecs/nau8315.c b/sound/soc/codecs/nau8315.c index 125742601f88..9ac2048ff0b0 100644 --- a/sound/soc/codecs/nau8315.c +++ b/sound/soc/codecs/nau8315.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include