From: Cezary Rojewski Date: Thu, 9 Jan 2025 12:22:16 +0000 (+0100) Subject: ASoC: Intel: avs: Add missing includes X-Git-Tag: v6.14-rc1~111^2~7^2~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b12850ddfb0032376ef1be10b5b46be00bba4d4;p=thirdparty%2Fkernel%2Flinux.git ASoC: Intel: avs: Add missing includes The debugfs file utilizes string helpers such as parse_int_array_user() yet does not include the header. Signed-off-by: Cezary Rojewski Link: https://patch.msgid.link/20250109122216.3667847-14-cezary.rojewski@intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/avs/debugfs.c b/sound/soc/intel/avs/debugfs.c index 1767ded4d9830..8c4edda97f757 100644 --- a/sound/soc/intel/avs/debugfs.c +++ b/sound/soc/intel/avs/debugfs.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include "avs.h" #include "messages.h"