Skip to content

Commit 0b12850

Browse files
crojewsk-intelbroonie
authored andcommitted
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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent ef72470 commit 0b12850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/intel/avs/debugfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <linux/kfifo.h>
1111
#include <linux/wait.h>
1212
#include <linux/sched/signal.h>
13+
#include <linux/string_helpers.h>
1314
#include <sound/soc.h>
1415
#include "avs.h"
1516
#include "messages.h"

0 commit comments

Comments
 (0)