]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: rt1318: Drop unused include
authorLinus Walleij <linusw@kernel.org>
Thu, 26 Mar 2026 23:26:38 +0000 (00:26 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 27 Mar 2026 18:37:54 +0000 (18:37 +0000)
The driver includes the legacy GPIO header <linux/gpio.h> but does
not use any symbols from it so drop the include.

Signed-off-by: Linus Walleij <linusw@kernel.org>
Link: https://patch.msgid.link/20260327-asoc-rt1318-v1-1-9fcecf868fda@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt1318.c

index 01c58b15fd9136d9c7c3e2caeed9c39b5a38081c..a80643099644999c2203d42b518c2a32c9f51d7a 100644 (file)
@@ -18,7 +18,6 @@
 #include <linux/i2c.h>
 #include <linux/platform_device.h>
 #include <linux/firmware.h>
-#include <linux/gpio.h>
 #include <sound/core.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>