summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-12-01 14:20:30 +0100
committerMark Brown <broonie@kernel.org>2023-12-01 17:59:16 +0100
commitf8dd1f89bd5ecbfcc547ee5b222a4b9ddb0a0160 (patch)
treea7eb58e4a2f8ac5fd2e6312ac467dd6021b98fa0
parentASoC: SOF: IPC path handling and fallback support (diff)
downloadlinux-f8dd1f89bd5ecbfcc547ee5b222a4b9ddb0a0160.tar.xz
linux-f8dd1f89bd5ecbfcc547ee5b222a4b9ddb0a0160.zip
ASoC: cs35l32: Drop legacy include
This driver includes the legacy GPIO API <linux/gpio.h> but does not use any symbols from it. Drop the include. Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20231201-descriptors-sound-cirrus-v2-1-ee9f9d4655eb@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/codecs/cs35l32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs35l32.c b/sound/soc/codecs/cs35l32.c
index 138040618438..d1350ffbf3bd 100644
--- a/sound/soc/codecs/cs35l32.c
+++ b/sound/soc/codecs/cs35l32.c
@@ -13,7 +13,6 @@
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/i2c.h>
-#include <linux/gpio.h>
#include <linux/regmap.h>
#include <linux/slab.h>
#include <linux/platform_device.h>