Skip to content

Commit

Permalink
ASoC: rcar: remove unnecessary mach/clock.h
Browse files Browse the repository at this point in the history
${LINUX}/sound/soc/sh driver can be compiled from
SuperH and ARM.
but, ${LINUX}/sound/soc/sh/rcar driver included
SH-ARM specific header.
This patch removes it

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed Sep 24, 2013
1 parent 072188b commit d3be689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/sh/rcar/adg.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* for more details.
*/
#include <linux/sh_clk.h>
#include <mach/clock.h>
#include "rsnd.h"

#define CLKA 0
Expand Down

0 comments on commit d3be689

Please sign in to comment.