diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/dev-audio.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/dev-audio.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-s3c64xx/dev-audio.c b/arch/arm/mach-s3c64xx/dev-audio.c index bbaf7b3fa8ae..4a4b8a505ff9 100644 --- a/arch/arm/mach-s3c64xx/dev-audio.c +++ b/arch/arm/mach-s3c64xx/dev-audio.c | |||
@@ -315,16 +315,3 @@ void __init s3c64xx_ac97_setup_gpio(int num) | |||
315 | else | 315 | else |
316 | s3c_ac97_pdata.cfg_gpio = s3c64xx_ac97_cfg_gpe; | 316 | s3c_ac97_pdata.cfg_gpio = s3c64xx_ac97_cfg_gpe; |
317 | } | 317 | } |
318 | |||
319 | static u64 s3c_device_audio_dmamask = 0xffffffffUL; | ||
320 | |||
321 | struct platform_device s3c_device_pcm = { | ||
322 | .name = "samsung-audio", | ||
323 | .id = -1, | ||
324 | .dev = { | ||
325 | .dma_mask = &s3c_device_audio_dmamask, | ||
326 | .coherent_dma_mask = 0xffffffffUL | ||
327 | } | ||
328 | }; | ||
329 | EXPORT_SYMBOL(s3c_device_pcm); | ||
330 | |||