diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-09-10 02:49:29 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-14 14:47:29 -0400 |
commit | 7486d80f7d853f50088124824bf62d9a4d14de75 (patch) | |
tree | e5d3cd225d577cb3c3dc3b66e772fd3ea3b6dc3d | |
parent | b9bfe9d5f7755e225989a253e427cc620c001662 (diff) |
ASoC: rsnd: remove unneeded sh_clk header
sh_clk header is not needed, and it will create confusion.
Let's remove it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | include/sound/rcar_snd.h | 1 | ||||
-rw-r--r-- | sound/soc/sh/rcar/adg.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/rcar_snd.h b/include/sound/rcar_snd.h index bb7b2ebfee7b..d8e33d38da43 100644 --- a/include/sound/rcar_snd.h +++ b/include/sound/rcar_snd.h | |||
@@ -12,7 +12,6 @@ | |||
12 | #ifndef RCAR_SND_H | 12 | #ifndef RCAR_SND_H |
13 | #define RCAR_SND_H | 13 | #define RCAR_SND_H |
14 | 14 | ||
15 | #include <linux/sh_clk.h> | ||
16 | 15 | ||
17 | #define RSND_GEN1_SRU 0 | 16 | #define RSND_GEN1_SRU 0 |
18 | #define RSND_GEN1_ADG 1 | 17 | #define RSND_GEN1_ADG 1 |
diff --git a/sound/soc/sh/rcar/adg.c b/sound/soc/sh/rcar/adg.c index fefc881dbac2..b512be82306e 100644 --- a/sound/soc/sh/rcar/adg.c +++ b/sound/soc/sh/rcar/adg.c | |||
@@ -7,7 +7,6 @@ | |||
7 | * License. See the file "COPYING" in the main directory of this archive | 7 | * License. See the file "COPYING" in the main directory of this archive |
8 | * for more details. | 8 | * for more details. |
9 | */ | 9 | */ |
10 | #include <linux/sh_clk.h> | ||
11 | #include "rsnd.h" | 10 | #include "rsnd.h" |
12 | 11 | ||
13 | #define CLKA 0 | 12 | #define CLKA 0 |