From e6003f12936cff2fd4f598f16d7856ed65b86928 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Tue, 4 Mar 2025 19:36:20 +0800 Subject: [PATCH] ASoC: rk817: Explicitly include gpio/consumer.h for devm_gpiod_get_optional Signed-off-by: Tao Huang Change-Id: I039a99e4d7b58100f76432e57646b9f765f72864 --- sound/soc/codecs/rk817_codec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/codecs/rk817_codec.c b/sound/soc/codecs/rk817_codec.c index fc5f1665fd06..bb80f84ade18 100644 --- a/sound/soc/codecs/rk817_codec.c +++ b/sound/soc/codecs/rk817_codec.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include