summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <linusw@kernel.org>2026-03-27 02:26:39 +0300
committerMark Brown <broonie@kernel.org>2026-03-27 21:37:54 +0300
commit175b2d025874d2798d34f670319e63fb5570cb2c (patch)
tree0b63727e870c243cb217fb5a872738f3e0b24d43
parent486c06451590fde1d4285fef744d419e46dba407 (diff)
downloadlinux-175b2d025874d2798d34f670319e63fb5570cb2c.tar.xz
ASoC: nau8315: Drop unused include
The driver includes the legacy GPIO header <linux/gpio.h> 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 <linusw@kernel.org> Link: https://patch.msgid.link/20260327-asoc-rt1318-v1-2-9fcecf868fda@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/codecs/nau8315.c1
1 files changed, 0 insertions, 1 deletions
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 <linux/acpi.h>
#include <linux/device.h>
#include <linux/err.h>
-#include <linux/gpio.h>
#include <linux/gpio/consumer.h>
#include <linux/kernel.h>
#include <linux/module.h>