summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/board-sam9g20ek.c
diff options
context:
space:
mode:
authorBo Shen2012-11-14 11:09:10 +0100
committerMark Brown2012-11-16 02:24:38 +0100
commit3310b57d62202b29b3bed37c714ee9c2054ded75 (patch)
tree9ebda7c23a3cb1caec86634a81344a9df7803fd2 /arch/arm/mach-at91/board-sam9g20ek.c
parentASoC: atmel-ssc-dai: register dai and pcm directly (diff)
downloadkernel-qcow2-linux-3310b57d62202b29b3bed37c714ee9c2054ded75.tar.gz
kernel-qcow2-linux-3310b57d62202b29b3bed37c714ee9c2054ded75.tar.xz
kernel-qcow2-linux-3310b57d62202b29b3bed37c714ee9c2054ded75.zip
ASoC: atmel-ssc-dai: match new method of dai and pcm register
Remove unneeded code with the new method of dai and pcm register Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/mach-at91/board-sam9g20ek.c')
-rw-r--r--arch/arm/mach-at91/board-sam9g20ek.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-at91/board-sam9g20ek.c b/arch/arm/mach-at91/board-sam9g20ek.c
index 5b6a6f9a94f4..ebdbf42c02c1 100644
--- a/arch/arm/mach-at91/board-sam9g20ek.c
+++ b/arch/arm/mach-at91/board-sam9g20ek.c
@@ -353,11 +353,6 @@ static struct i2c_board_info __initdata ek_i2c_devices[] = {
},
};
-static struct platform_device sam9g20ek_pcm_device = {
- .name = "atmel-pcm-audio",
- .id = -1,
-};
-
static struct platform_device sam9g20ek_audio_device = {
.name = "at91sam9g20ek-audio",
.id = -1,
@@ -365,7 +360,6 @@ static struct platform_device sam9g20ek_audio_device = {
static void __init ek_add_device_audio(void)
{
- platform_device_register(&sam9g20ek_pcm_device);
platform_device_register(&sam9g20ek_audio_device);
}