aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-03-15 11:51:16 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:55:58 +0100
commitf8630217ac2420ede2105d9d5b0563454f7441e5 (patch)
tree4813ec63c58a535de0a6b25ccf3a0c8e226164f5 /sound
parent2b4b556b99a5715d6e0e6a47d3cf8700cccd2eef (diff)
downloadtip-f8630217ac2420ede2105d9d5b0563454f7441e5.tar.gz
headers/deps: Add header dependencies to .c files: <linux/pm_wakeup.h>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/max98090.c1
-rw-r--r--sound/soc/codecs/rt274.c1
-rw-r--r--sound/soc/codecs/rt286.c1
-rw-r--r--sound/soc/codecs/rt298.c1
-rw-r--r--sound/soc/codecs/rt5514-spi.c1
-rw-r--r--sound/soc/codecs/wm8350.c1
-rw-r--r--sound/soc/codecs/wm8962.c1
-rw-r--r--sound/soc/codecs/wm8994.c1
-rw-r--r--sound/soc/soc-jack.c1
9 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c
index 9b4efdc0b23b45..31ade1c25419cd 100644
--- a/sound/soc/codecs/max98090.c
+++ b/sound/soc/codecs/max98090.c
@@ -5,6 +5,7 @@
* Copyright 2011-2012 Maxim Integrated Products
*/
+#include <linux/pm_wakeup.h>
#include <linux/of_api.h>
#include <linux/jiffies.h>
#include <linux/interrupt.h>
diff --git a/sound/soc/codecs/rt274.c b/sound/soc/codecs/rt274.c
index 89d4d3688ab99c..0532f93f5ce4a8 100644
--- a/sound/soc/codecs/rt274.c
+++ b/sound/soc/codecs/rt274.c
@@ -6,6 +6,7 @@
* Author: Bard Liao <bardliao@realtek.com>
*/
+#include <linux/pm_wakeup.h>
#include <linux/of_api.h>
#include <linux/jiffies.h>
#include <linux/interrupt.h>
diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c
index 52ed0439f46f8c..93daf20b985bb4 100644
--- a/sound/soc/codecs/rt286.c
+++ b/sound/soc/codecs/rt286.c
@@ -6,6 +6,7 @@
* Author: Bard Liao <bardliao@realtek.com>
*/
+#include <linux/pm_wakeup.h>
#include <linux/jiffies.h>
#include <linux/interrupt.h>
#include <linux/device_api_lock.h>
diff --git a/sound/soc/codecs/rt298.c b/sound/soc/codecs/rt298.c
index 1238b74d35ea61..064ce86074f1f5 100644
--- a/sound/soc/codecs/rt298.c
+++ b/sound/soc/codecs/rt298.c
@@ -6,6 +6,7 @@
* Author: Bard Liao <bardliao@realtek.com>
*/
+#include <linux/pm_wakeup.h>
#include <linux/jiffies.h>
#include <linux/interrupt.h>
#include <linux/device_api_lock.h>
diff --git a/sound/soc/codecs/rt5514-spi.c b/sound/soc/codecs/rt5514-spi.c
index c43c8507303791..24c0f984e31ad9 100644
--- a/sound/soc/codecs/rt5514-spi.c
+++ b/sound/soc/codecs/rt5514-spi.c
@@ -6,6 +6,7 @@
* Author: Oder Chiou <oder_chiou@realtek.com>
*/
+#include <linux/pm_wakeup.h>
#include <linux/of_api.h>
#include <linux/mutex_api.h>
#include <linux/device_api_lock.h>
diff --git a/sound/soc/codecs/wm8350.c b/sound/soc/codecs/wm8350.c
index b1b8ae0ee1b574..16cffdfb0105cf 100644
--- a/sound/soc/codecs/wm8350.c
+++ b/sound/soc/codecs/wm8350.c
@@ -7,6 +7,7 @@
* Author: Liam Girdwood <lrg@slimlogic.co.uk>
*/
+#include <linux/pm_wakeup.h>
#include <linux/jiffies.h>
#include <linux/device_api_lock.h>
#include <linux/module.h>
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index 88e3eb42560b95..9cdbaa37e35acb 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -7,6 +7,7 @@
* Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
*/
+#include <linux/pm_wakeup.h>
#include <linux/of_api.h>
#include <linux/mutex_api.h>
#include <linux/jiffies.h>
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index 94e537929a3deb..eb5608e890ad93 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -7,6 +7,7 @@
* Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
*/
+#include <linux/pm_wakeup.h>
#include <linux/mutex_api.h>
#include <linux/jiffies.h>
#include <linux/interrupt.h>
diff --git a/sound/soc/soc-jack.c b/sound/soc/soc-jack.c
index c3bf42504e0971..ce221dc19f963a 100644
--- a/sound/soc/soc-jack.c
+++ b/sound/soc/soc-jack.c
@@ -6,6 +6,7 @@
//
// Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
+#include <linux/pm_wakeup.h>
#include <linux/notifier_api.h>
#include <linux/mutex_api.h>
#include <linux/jiffies.h>