diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-11-17 21:51:39 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 03:24:50 -0500 |
commit | c653033bae957ee141b2d27881c22e46ff26c651 (patch) | |
tree | 64281fcef4aba7d7fb2285b2d16e5541139cea2e /arch/arm/mach-shmobile | |
parent | 4a4783a30c92a5ee1752d33af3bea2bf79f64197 (diff) |
ARM: shmobile: bockw: remove unused RSND_SSI_CLK_FROM_ADG
92eba04e4bcd469518cc759ac1bf1a49acaa5cc1
(ASoC: rcar: remove RSND_SSI_CLK_FROM_ADG) removed
RSND_SSI_CLK_FROM_ADG, it is no longer needed
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-bockw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-bockw.c b/arch/arm/mach-shmobile/board-bockw.c index 540f0dc2431a..eb5b54fc5cc9 100644 --- a/arch/arm/mach-shmobile/board-bockw.c +++ b/arch/arm/mach-shmobile/board-bockw.c | |||
@@ -332,11 +332,11 @@ static struct rsnd_ssi_platform_info rsnd_ssi[] = { | |||
332 | RSND_SSI_UNUSED, /* SSI 1 */ | 332 | RSND_SSI_UNUSED, /* SSI 1 */ |
333 | RSND_SSI_UNUSED, /* SSI 2 */ | 333 | RSND_SSI_UNUSED, /* SSI 2 */ |
334 | RSND_SSI_SET(1, 0, gic_iid(0x85), RSND_SSI_PLAY), | 334 | RSND_SSI_SET(1, 0, gic_iid(0x85), RSND_SSI_PLAY), |
335 | RSND_SSI_SET(2, 0, gic_iid(0x85), RSND_SSI_CLK_PIN_SHARE | RSND_SSI_CLK_FROM_ADG), | 335 | RSND_SSI_SET(2, 0, gic_iid(0x85), RSND_SSI_CLK_PIN_SHARE), |
336 | RSND_SSI_SET(0, 0, gic_iid(0x86), RSND_SSI_PLAY), | 336 | RSND_SSI_SET(0, 0, gic_iid(0x86), RSND_SSI_PLAY), |
337 | RSND_SSI_SET(0, 0, gic_iid(0x86), 0), | 337 | RSND_SSI_SET(0, 0, gic_iid(0x86), 0), |
338 | RSND_SSI_SET(3, 0, gic_iid(0x86), RSND_SSI_PLAY), | 338 | RSND_SSI_SET(3, 0, gic_iid(0x86), RSND_SSI_PLAY), |
339 | RSND_SSI_SET(4, 0, gic_iid(0x86), RSND_SSI_CLK_PIN_SHARE | RSND_SSI_CLK_FROM_ADG), | 339 | RSND_SSI_SET(4, 0, gic_iid(0x86), RSND_SSI_CLK_PIN_SHARE), |
340 | }; | 340 | }; |
341 | 341 | ||
342 | static struct rsnd_scu_platform_info rsnd_scu[9] = { | 342 | static struct rsnd_scu_platform_info rsnd_scu[9] = { |