aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-03-15 11:47:32 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:55:34 +0100
commit84bde3d75e04cb178750c6f02eaad32e8d61f2ed (patch)
tree8ecb53ace7d46b52781f3e07045b8e02efb3e0c0 /sound
parent62e2b071386afede78196278a87554142ea376e8 (diff)
downloadtip-84bde3d75e04cb178750c6f02eaad32e8d61f2ed.tar.gz
headers/deps: Add header dependencies to .c files: <linux/hrtimer_api.h>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/core/hrtimer.c1
-rw-r--r--sound/drivers/dummy.c1
-rw-r--r--sound/drivers/pcsp/pcsp.c1
-rw-r--r--sound/drivers/pcsp/pcsp_lib.c1
-rw-r--r--sound/sh/sh_dac_audio.c1
-rw-r--r--sound/soc/fsl/imx-pcm-fiq.c1
6 files changed, 6 insertions, 0 deletions
diff --git a/sound/core/hrtimer.c b/sound/core/hrtimer.c
index e97ff8cccb6433..3cae952a97df40 100644
--- a/sound/core/hrtimer.c
+++ b/sound/core/hrtimer.c
@@ -4,6 +4,7 @@
* Copyright (C) 2008 Takashi Iwai
*/
+#include <linux/hrtimer_api.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/module.h>
diff --git a/sound/drivers/dummy.c b/sound/drivers/dummy.c
index 37e2cd1bc3ea36..e96ec3dcca4b43 100644
--- a/sound/drivers/dummy.c
+++ b/sound/drivers/dummy.c
@@ -4,6 +4,7 @@
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
*/
+#include <linux/hrtimer_api.h>
#include <linux/gfp_api.h>
#include <linux/atomic_api.h>
#include <linux/init.h>
diff --git a/sound/drivers/pcsp/pcsp.c b/sound/drivers/pcsp/pcsp.c
index 805365a9f296df..98a7624f6a1279 100644
--- a/sound/drivers/pcsp/pcsp.c
+++ b/sound/drivers/pcsp/pcsp.c
@@ -6,6 +6,7 @@
* Copyright (C) 2001-2008 Stas Sergeev
*/
+#include <linux/hrtimer_api.h>
#include <linux/atomic_api.h>
#include <linux/init.h>
#include <linux/module.h>
diff --git a/sound/drivers/pcsp/pcsp_lib.c b/sound/drivers/pcsp/pcsp_lib.c
index 9fb903de99e375..744e05855e0cbf 100644
--- a/sound/drivers/pcsp/pcsp_lib.c
+++ b/sound/drivers/pcsp/pcsp_lib.c
@@ -7,6 +7,7 @@
* Copyright (C) 2001-2008 Stas Sergeev
*/
+#include <linux/hrtimer_api.h>
#include <linux/atomic_api.h>
#include <linux/module.h>
#include <linux/gfp.h>
diff --git a/sound/sh/sh_dac_audio.c b/sound/sh/sh_dac_audio.c
index 8ebd972846acb5..48f249d1b4f712 100644
--- a/sound/sh/sh_dac_audio.c
+++ b/sound/sh/sh_dac_audio.c
@@ -7,6 +7,7 @@
* Based on sh_dac_audio.c (Copyright (C) 2004, 2005 by Andriy Skulysh)
*/
+#include <linux/hrtimer_api.h>
#include <linux/hrtimer.h>
#include <linux/interrupt.h>
#include <linux/io.h>
diff --git a/sound/soc/fsl/imx-pcm-fiq.c b/sound/soc/fsl/imx-pcm-fiq.c
index 921e0477e4e743..afb3b1ec52a059 100644
--- a/sound/soc/fsl/imx-pcm-fiq.c
+++ b/sound/soc/fsl/imx-pcm-fiq.c
@@ -6,6 +6,7 @@
// This code is based on code copyrighted by Freescale,
// Liam Girdwood, Javier Martin and probably others.
+#include <linux/hrtimer_api.h>
#include <linux/atomic_api.h>
#include <linux/clk.h>
#include <linux/delay.h>