From: Cezary Rojewski Date: Thu, 9 Jan 2025 12:22:16 +0000 (+0100) Subject: ASoC: Intel: avs: Add missing includes X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0b12850ddfb0032376ef1be10b5b46be00bba4d4;p=users%2Fjedix%2Flinux-maple.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 1767ded4d983..8c4edda97f75 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"