aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-03-15 11:47:27 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:55:33 +0100
commit52458514d6194c0d5963b987097d6df178661fd9 (patch)
tree4ccfaca65c29a27009ad9f10920e57e5e3ddbda6 /sound
parent1c367cbef7472814446230f4e5600997559d444f (diff)
downloadtip-52458514d6194c0d5963b987097d6df178661fd9.tar.gz
headers/deps: Add header dependencies to .c files: <linux/hardirq.h>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/core/init.c1
-rw-r--r--sound/core/pcm_native.c1
-rw-r--r--sound/soc/intel/atom/sst/sst.c1
-rw-r--r--sound/soc/intel/skylake/skl.c1
-rw-r--r--sound/soc/sof/intel/hda.c1
5 files changed, 5 insertions, 0 deletions
diff --git a/sound/core/init.c b/sound/core/init.c
index d363c3791623da..00c68fed83b98b 100644
--- a/sound/core/init.c
+++ b/sound/core/init.c
@@ -4,6 +4,7 @@
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
*/
+#include <linux/hardirq.h>
#include <linux/fs_api.h>
#include <linux/device_api_lock.h>
#include <linux/bitops.h>
diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c
index d328be06305b4c..3a32163542cef4 100644
--- a/sound/core/pcm_native.c
+++ b/sound/core/pcm_native.c
@@ -4,6 +4,7 @@
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
*/
+#include <linux/hardirq.h>
#include <linux/fs_api.h>
#include <linux/atomic_api.h>
#include <linux/compat.h>
diff --git a/sound/soc/intel/atom/sst/sst.c b/sound/soc/intel/atom/sst/sst.c
index be321ac7453ebd..94e72fbc56414f 100644
--- a/sound/soc/intel/atom/sst/sst.c
+++ b/sound/soc/intel/atom/sst/sst.c
@@ -11,6 +11,7 @@
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
+#include <linux/hardirq.h>
#include <linux/device_api_lock.h>
#include <linux/module.h>
#include <linux/fs.h>
diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c
index 6eea526e28601a..f0f62f2b813ad5 100644
--- a/sound/soc/intel/skylake/skl.c
+++ b/sound/soc/intel/skylake/skl.c
@@ -13,6 +13,7 @@
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
+#include <linux/hardirq.h>
#include <linux/dma-mapping.h>
#include <linux/device_api_lock.h>
#include <linux/device_api.h>
diff --git a/sound/soc/sof/intel/hda.c b/sound/soc/sof/intel/hda.c
index 236d6f33a13e17..60625e7004f992 100644
--- a/sound/soc/sof/intel/hda.c
+++ b/sound/soc/sof/intel/hda.c
@@ -15,6 +15,7 @@
* Hardware interface for generic Intel audio DSP HDA IP
*/
+#include <linux/hardirq.h>
#include <linux/dma-mapping.h>
#include <linux/device_api_lock.h>
#include <sound/hdaudio_ext.h>