diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-09-10 08:49:29 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-14 20:47:29 +0200 |
commit | 7486d80f7d853f50088124824bf62d9a4d14de75 (patch) | |
tree | e5d3cd225d577cb3c3dc3b66e772fd3ea3b6dc3d /sound/soc/sh/rcar/adg.c | |
parent | ASoC: rsnd: rename rsnd_src_pcm_new() to rsnd_src_pcm_new_gen2() (diff) | |
download | linux-7486d80f7d853f50088124824bf62d9a4d14de75.tar.xz linux-7486d80f7d853f50088124824bf62d9a4d14de75.zip |
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>
Diffstat (limited to 'sound/soc/sh/rcar/adg.c')
-rw-r--r-- | sound/soc/sh/rcar/adg.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. */ -#include <linux/sh_clk.h> #include "rsnd.h" #define CLKA 0 |