diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-09-24 04:25:08 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-24 06:07:36 -0400 |
commit | d3be689e6a07c00123786659b4429b07cf4272ac (patch) | |
tree | 035f5b1e49793df2b224d251124b98ceb67d4e58 /sound/soc/sh | |
parent | 072188b61c9b7aedaa15c46226b537345644beee (diff) |
ASoC: rcar: remove unnecessary mach/clock.h
${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>
Diffstat (limited to 'sound/soc/sh')
-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 d80deb7ccf13..2935bbf1811b 100644 --- a/sound/soc/sh/rcar/adg.c +++ b/sound/soc/sh/rcar/adg.c | |||
@@ -8,7 +8,6 @@ | |||
8 | * for more details. | 8 | * for more details. |
9 | */ | 9 | */ |
10 | #include <linux/sh_clk.h> | 10 | #include <linux/sh_clk.h> |
11 | #include <mach/clock.h> | ||
12 | #include "rsnd.h" | 11 | #include "rsnd.h" |
13 | 12 | ||
14 | #define CLKA 0 | 13 | #define CLKA 0 |