From 4f984d88900cf4056897da90a6f109591caa93cb Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Wed, 5 Feb 2025 18:23:03 +0800 Subject: [PATCH] ASoC: aw87xxx: Explicitly include vmalloc.h Signed-off-by: Tao Huang Change-Id: Id22433d505871dbaecc5fe717d11393a193bcc1c --- sound/soc/codecs/aw87xxx/aw87xxx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/codecs/aw87xxx/aw87xxx.c b/sound/soc/codecs/aw87xxx/aw87xxx.c index 7f5cc1673d29..42ae48211565 100644 --- a/sound/soc/codecs/aw87xxx/aw87xxx.c +++ b/sound/soc/codecs/aw87xxx/aw87xxx.c @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include