projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef72470
)
ASoC: Intel: avs: Add missing includes
author
Cezary Rojewski
<cezary.rojewski@intel.com>
Thu, 9 Jan 2025 12:22:16 +0000
(13:22 +0100)
committer
Mark Brown
<broonie@kernel.org>
Thu, 9 Jan 2025 12:14:28 +0000
(12:14 +0000)
The debugfs file utilizes string helpers such as parse_int_array_user()
yet does not include the header.
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link:
https://patch.msgid.link/20250109122216.3667847-14-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/avs/debugfs.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/avs/debugfs.c
b/sound/soc/intel/avs/debugfs.c
index 1767ded4d98307241a8fc284ae082050000947d4..8c4edda97f757f864c97ddef59ece6c357857b60 100644
(file)
--- a/
sound/soc/intel/avs/debugfs.c
+++ b/
sound/soc/intel/avs/debugfs.c
@@
-10,6
+10,7
@@
#include <linux/kfifo.h>
#include <linux/wait.h>
#include <linux/sched/signal.h>
+#include <linux/string_helpers.h>
#include <sound/soc.h>
#include "avs.h"
#include "messages.h"