Skip to content

Commit 4693b12

Browse files
rfvirgilbroonie
authored andcommitted
ASoC: wm_adsp: Include array_size.h
Explicitly #include array_size.h for the ARRAY_SIZE() macro. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://msgid.link/r/20240410161312.22313-1-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 6451246 commit 4693b12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/codecs/wm_adsp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
88
*/
99

10+
#include <linux/array_size.h>
1011
#include <linux/ctype.h>
1112
#include <linux/module.h>
1213
#include <linux/moduleparam.h>

0 commit comments

Comments
 (0)