aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-03-15 11:53:39 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:56:14 +0100
commit89afb810fa2f4cc09b5ee808d1dd987ace89edbf (patch)
tree12d1bcaa7c01e91348380280e2e65362f64daded /sound
parent65370b61d492ce9e9868185db5dd3298762fa284 (diff)
downloadtip-89afb810fa2f4cc09b5ee808d1dd987ace89edbf.tar.gz
headers/deps: Add header dependencies to .c files: <linux/sysfs.h>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/core/control_led.c1
-rw-r--r--sound/soc/codecs/cs43130.c1
-rw-r--r--sound/soc/intel/skylake/skl-nhlt.c1
-rw-r--r--sound/soc/ti/omap-mcbsp-st.c1
-rw-r--r--sound/soc/ti/omap-mcbsp.c1
5 files changed, 5 insertions, 0 deletions
diff --git a/sound/core/control_led.c b/sound/core/control_led.c
index 18719fdca12069..9bb94c2ac9ad91 100644
--- a/sound/core/control_led.c
+++ b/sound/core/control_led.c
@@ -4,6 +4,7 @@
* Copyright (c) 2021 by Jaroslav Kysela <perex@perex.cz>
*/
+#include <linux/sysfs.h>
#include <linux/string.h>
#include <linux/rwsem_api.h>
#include <linux/mutex_api.h>
diff --git a/sound/soc/codecs/cs43130.c b/sound/soc/codecs/cs43130.c
index 6e09412e5ec530..fe16d1e9955f31 100644
--- a/sound/soc/codecs/cs43130.c
+++ b/sound/soc/codecs/cs43130.c
@@ -6,6 +6,7 @@
*
* Authors: Li Xu <li.xu@cirrus.com>
*/
+#include <linux/sysfs.h>
#include <linux/of_api.h>
#include <linux/mutex_api.h>
#include <linux/jiffies.h>
diff --git a/sound/soc/intel/skylake/skl-nhlt.c b/sound/soc/intel/skylake/skl-nhlt.c
index 2439a574ac2faa..ab72432a13abc5 100644
--- a/sound/soc/intel/skylake/skl-nhlt.c
+++ b/sound/soc/intel/skylake/skl-nhlt.c
@@ -8,6 +8,7 @@
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
+#include <linux/sysfs.h>
#include <linux/pci.h>
#include <sound/intel-nhlt.h>
#include "skl.h"
diff --git a/sound/soc/ti/omap-mcbsp-st.c b/sound/soc/ti/omap-mcbsp-st.c
index f5a2f56eb2f80e..4353ca01e836ee 100644
--- a/sound/soc/ti/omap-mcbsp-st.c
+++ b/sound/soc/ti/omap-mcbsp-st.c
@@ -9,6 +9,7 @@
* Peter Ujfalusi <peter.ujfalusi@ti.com>
*/
+#include <linux/sysfs.h>
#include <linux/spinlock_api.h>
#include <linux/ioport.h>
#include <linux/device_api_lock.h>
diff --git a/sound/soc/ti/omap-mcbsp.c b/sound/soc/ti/omap-mcbsp.c
index 4a76573f52f2c3..1a1e0b471cc2b1 100644
--- a/sound/soc/ti/omap-mcbsp.c
+++ b/sound/soc/ti/omap-mcbsp.c
@@ -8,6 +8,7 @@
* Peter Ujfalusi <peter.ujfalusi@ti.com>
*/
+#include <linux/sysfs.h>
#include <linux/spinlock_api.h>
#include <linux/slab.h>
#include <linux/of_api.h>