diff options
author | Richard Fitzgerald <[email protected]> | 2024-04-10 17:13:12 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-04-10 17:35:58 +0100 |
commit | 4693b120299a5893034d1882ddbbe08af1d2ff07 (patch) | |
tree | 73e31664d5405347c4ccdceb7fa5d2aea56e9795 | |
parent | 6451246884d0e57bc12a0d4563753d4ae588fb1d (diff) |
ASoC: wm_adsp: Include array_size.h
Explicitly #include array_size.h for the ARRAY_SIZE() macro.
Signed-off-by: Richard Fitzgerald <[email protected]>
Link: https://msgid.link/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/codecs/wm_adsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index 6e348d49a89c..c9d9a7b28efb 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c @@ -7,6 +7,7 @@ * Author: Mark Brown <[email protected]> */ +#include <linux/array_size.h> #include <linux/ctype.h> #include <linux/module.h> #include <linux/moduleparam.h> |