ASoC: rsnd: remove unneeded sh_clk header
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 10 Sep 2015 06:49:29 +0000 (06:49 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 14 Sep 2015 18:47:29 +0000 (19:47 +0100)
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>
include/sound/rcar_snd.h
sound/soc/sh/rcar/adg.c

index bb7b2ebfee7b9380e66f793cf5c6526e1aaf937f..d8e33d38da4334470a2468993f209afe0e78eb38 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef RCAR_SND_H
 #define RCAR_SND_H
 
-#include <linux/sh_clk.h>
 
 #define RSND_GEN1_SRU  0
 #define RSND_GEN1_ADG  1
index fefc881dbac24acf8e190703973712d8ccc8f22c..b512be82306e160b6c6209e78525b8b5d6bdd16b 100644 (file)
@@ -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
This page took 0.026424 seconds and 5 git commands to generate.