aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-03-15 11:52:12 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:56:07 +0100
commitc8e875e290dc2dd26105684d53d3fccc217ce6a7 (patch)
tree05a7ee4d5cd6c3e74e8f6dbfcbaceff7839ba840 /sound
parente0302bd8198c53f6f68addf3b21bc24b1a659159 (diff)
downloadtip-c8e875e290dc2dd26105684d53d3fccc217ce6a7.tar.gz
headers/deps: Add header dependencies to .c files: <linux/seq_file.h>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/core/info.c1
-rw-r--r--sound/soc/fsl/fsl_ssi_dbg.c1
-rw-r--r--sound/soc/sh/rcar/adg.c1
-rw-r--r--sound/soc/sh/rcar/cmd.c1
-rw-r--r--sound/soc/sh/rcar/ctu.c1
-rw-r--r--sound/soc/sh/rcar/debugfs.c1
-rw-r--r--sound/soc/sh/rcar/dma.c1
-rw-r--r--sound/soc/sh/rcar/dvc.c1
-rw-r--r--sound/soc/sh/rcar/mix.c1
-rw-r--r--sound/soc/sh/rcar/src.c1
-rw-r--r--sound/soc/sh/rcar/ssi.c1
-rw-r--r--sound/soc/sh/rcar/ssiu.c1
-rw-r--r--sound/soc/soc-core.c1
13 files changed, 13 insertions, 0 deletions
diff --git a/sound/core/info.c b/sound/core/info.c
index a5771c4ab91a69..3df4bcf90a6d46 100644
--- a/sound/core/info.c
+++ b/sound/core/info.c
@@ -4,6 +4,7 @@
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
*/
+#include <linux/seq_file.h>
#include <linux/mutex_api.h>
#include <linux/mm_api_kvmalloc.h>
#include <linux/mm_api.h>
diff --git a/sound/soc/fsl/fsl_ssi_dbg.c b/sound/soc/fsl/fsl_ssi_dbg.c
index 2c46c55f0a8829..415f5f1856f48f 100644
--- a/sound/soc/fsl/fsl_ssi_dbg.c
+++ b/sound/soc/fsl/fsl_ssi_dbg.c
@@ -6,6 +6,7 @@
//
// Split from fsl_ssi.c
+#include <linux/seq_file.h>
#include <linux/debugfs.h>
#include <linux/device.h>
#include <linux/kernel.h>
diff --git a/sound/soc/sh/rcar/adg.c b/sound/soc/sh/rcar/adg.c
index 0934f7eeb6f42b..bb598371120c27 100644
--- a/sound/soc/sh/rcar/adg.c
+++ b/sound/soc/sh/rcar/adg.c
@@ -3,6 +3,7 @@
// Helper routines for R-Car sound ADG.
//
// Copyright (C) 2013 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
+#include <linux/seq_file.h>
#include <linux/of_api.h>
#include <linux/device_api_lock.h>
#include <linux/clk-provider.h>
diff --git a/sound/soc/sh/rcar/cmd.c b/sound/soc/sh/rcar/cmd.c
index 3b94168f7b0493..87fb00720cc1f2 100644
--- a/sound/soc/sh/rcar/cmd.c
+++ b/sound/soc/sh/rcar/cmd.c
@@ -5,6 +5,7 @@
// Copyright (C) 2015 Renesas Solutions Corp.
// Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
+#include <linux/seq_file.h>
#include <linux/device_api_lock.h>
#include "rsnd.h"
diff --git a/sound/soc/sh/rcar/ctu.c b/sound/soc/sh/rcar/ctu.c
index 95b92d7a1d8081..814584b20bc12f 100644
--- a/sound/soc/sh/rcar/ctu.c
+++ b/sound/soc/sh/rcar/ctu.c
@@ -4,6 +4,7 @@
//
// Copyright (c) 2015 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
+#include <linux/seq_file.h>
#include <linux/of_api.h>
#include <linux/device_api_lock.h>
diff --git a/sound/soc/sh/rcar/debugfs.c b/sound/soc/sh/rcar/debugfs.c
index 26d3b310b9db7d..94bd5c1adf7bb3 100644
--- a/sound/soc/sh/rcar/debugfs.c
+++ b/sound/soc/sh/rcar/debugfs.c
@@ -11,6 +11,7 @@
//
#ifdef CONFIG_DEBUG_FS
+#include <linux/seq_file.h>
#include <linux/debugfs.h>
#include "rsnd.h"
diff --git a/sound/soc/sh/rcar/dma.c b/sound/soc/sh/rcar/dma.c
index ef23613525e8e1..fb90441d09c61e 100644
--- a/sound/soc/sh/rcar/dma.c
+++ b/sound/soc/sh/rcar/dma.c
@@ -5,6 +5,7 @@
// Copyright (C) 2015 Renesas Electronics Corp.
// Copyright (c) 2015 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
+#include <linux/seq_file.h>
#include <linux/of_api.h>
#include <linux/ioport.h>
#include <linux/io.h>
diff --git a/sound/soc/sh/rcar/dvc.c b/sound/soc/sh/rcar/dvc.c
index da7a69336f4924..3ccab753ff3593 100644
--- a/sound/soc/sh/rcar/dvc.c
+++ b/sound/soc/sh/rcar/dvc.c
@@ -27,6 +27,7 @@
* amixer set "DVC Out" 100% // Volume Up
*/
+#include <linux/seq_file.h>
#include <linux/of_api.h>
#include <linux/device_api_lock.h>
diff --git a/sound/soc/sh/rcar/mix.c b/sound/soc/sh/rcar/mix.c
index 028dc9504fe942..3bec8ac58c7150 100644
--- a/sound/soc/sh/rcar/mix.c
+++ b/sound/soc/sh/rcar/mix.c
@@ -30,6 +30,7 @@
* amixer set "MIX",1 100% // DAI1 Volume Up
*/
+#include <linux/seq_file.h>
#include <linux/of_api.h>
#include <linux/device_api_lock.h>
diff --git a/sound/soc/sh/rcar/src.c b/sound/soc/sh/rcar/src.c
index 97683281d04888..0201c569b3eb5b 100644
--- a/sound/soc/sh/rcar/src.c
+++ b/sound/soc/sh/rcar/src.c
@@ -22,6 +22,7 @@
* #define RSND_DEBUG_NO_IRQ_STATUS 1
*/
+#include <linux/seq_file.h>
#include <linux/of_api.h>
#include <linux/interrupt.h>
#include <linux/device_api_lock.h>
diff --git a/sound/soc/sh/rcar/ssi.c b/sound/soc/sh/rcar/ssi.c
index 096849ccac34d7..c00f0e9f644029 100644
--- a/sound/soc/sh/rcar/ssi.c
+++ b/sound/soc/sh/rcar/ssi.c
@@ -16,6 +16,7 @@
* #define RSND_DEBUG_NO_IRQ_STATUS 1
*/
+#include <linux/seq_file.h>
#include <linux/of_api.h>
#include <linux/interrupt.h>
#include <linux/device_api_lock.h>
diff --git a/sound/soc/sh/rcar/ssiu.c b/sound/soc/sh/rcar/ssiu.c
index ce857092112623..ad2c9a4741ebbe 100644
--- a/sound/soc/sh/rcar/ssiu.c
+++ b/sound/soc/sh/rcar/ssiu.c
@@ -4,6 +4,7 @@
//
// Copyright (c) 2015 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
+#include <linux/seq_file.h>
#include <linux/of_api.h>
#include <linux/device_api_lock.h>
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 73bc5f58726d4f..4dd07cc1fe03dd 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -17,6 +17,7 @@
// o Add more codecs and platforms to ensure good API coverage.
// o Support TDM on PCM and I2S
+#include <linux/seq_file.h>
#include <linux/of_api.h>
#include <linux/mutex_api.h>
#include <linux/lockdep_api.h>