aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-03-15 11:49:06 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:55:44 +0100
commitdabe9262054e780db91f365fb7b1a9feeed5af26 (patch)
treec621aac0dd25574cf12d6e891839948b3e269e96 /sound
parent2dbc8834c9dd731e2cf6652811127960efd55cde (diff)
downloadtip-dabe9262054e780db91f365fb7b1a9feeed5af26.tar.gz
headers/deps: Add header dependencies to .c files: <linux/math.h>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/core/seq/seq_memory.c1
-rw-r--r--sound/soc/codecs/adau-utils.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sound/core/seq/seq_memory.c b/sound/core/seq/seq_memory.c
index 0959c6d6f273bd..8da45ab86912c9 100644
--- a/sound/core/seq/seq_memory.c
+++ b/sound/core/seq/seq_memory.c
@@ -6,6 +6,7 @@
* 2000 by Takashi Iwai <tiwai@suse.de>
*/
+#include <linux/math.h>
#include <linux/atomic_api.h>
#include <linux/init.h>
#include <linux/export.h>
diff --git a/sound/soc/codecs/adau-utils.c b/sound/soc/codecs/adau-utils.c
index a96f12336fe74b..f8685ed15c1c8d 100644
--- a/sound/soc/codecs/adau-utils.c
+++ b/sound/soc/codecs/adau-utils.c
@@ -6,6 +6,7 @@
* Author: Lars-Peter Clausen <lars@metafoo.de>
*/
+#include <linux/math.h>
#include <linux/export.h>
#include <linux/err.h>
#include <linux/gcd.h>