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>
This commit is contained in:
parent
b9bfe9d5f7
commit
7486d80f7d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue