]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: ts3a227e: Drop unused include
authorLinus Walleij <linusw@kernel.org>
Thu, 26 Mar 2026 23:26:40 +0000 (00:26 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 27 Mar 2026 18:37:55 +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-3-9fcecf868fda@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/ts3a227e.c

index 5ce0db9326fd0f900dfed8ecd30f0639e2e6876f..5a7beeadb0098ff4cc5cf7edb0dee7e4f7ab0c33 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2014 Google, Inc.
  */
 
-#include <linux/gpio.h>
 #include <linux/i2c.h>
 #include <linux/init.h>
 #include <linux/input.h>