diff options
Diffstat (limited to 'arch/arm/mach-davinci/board-dm644x-evm.c')
-rw-r--r-- | arch/arm/mach-davinci/board-dm644x-evm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-davinci/board-dm644x-evm.c b/arch/arm/mach-davinci/board-dm644x-evm.c index d37f5c204b66..6a27c5db3282 100644 --- a/arch/arm/mach-davinci/board-dm644x-evm.c +++ b/arch/arm/mach-davinci/board-dm644x-evm.c | |||
@@ -225,9 +225,7 @@ static struct platform_device ide_dev = { | |||
225 | }, | 225 | }, |
226 | }; | 226 | }; |
227 | 227 | ||
228 | static struct snd_platform_data dm644x_evm_snd_data = { | 228 | static struct snd_platform_data dm644x_evm_snd_data; |
229 | .clk_name = "asp0", | ||
230 | }; | ||
231 | 229 | ||
232 | /*----------------------------------------------------------------------*/ | 230 | /*----------------------------------------------------------------------*/ |
233 | 231 | ||