diff options
Diffstat (limited to 'sound/soc/samsung/dma.c')
-rw-r--r-- | sound/soc/samsung/dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/samsung/dma.c b/sound/soc/samsung/dma.c index 64529904a95f..db87628d7630 100644 --- a/sound/soc/samsung/dma.c +++ b/sound/soc/samsung/dma.c | |||
@@ -432,13 +432,13 @@ static struct snd_soc_platform_driver samsung_asoc_platform = { | |||
432 | .pcm_free = dma_free_dma_buffers, | 432 | .pcm_free = dma_free_dma_buffers, |
433 | }; | 433 | }; |
434 | 434 | ||
435 | int __devinit asoc_dma_platform_register(struct device *dev) | 435 | int asoc_dma_platform_register(struct device *dev) |
436 | { | 436 | { |
437 | return snd_soc_register_platform(dev, &samsung_asoc_platform); | 437 | return snd_soc_register_platform(dev, &samsung_asoc_platform); |
438 | } | 438 | } |
439 | EXPORT_SYMBOL_GPL(asoc_dma_platform_register); | 439 | EXPORT_SYMBOL_GPL(asoc_dma_platform_register); |
440 | 440 | ||
441 | void __devexit asoc_dma_platform_unregister(struct device *dev) | 441 | void asoc_dma_platform_unregister(struct device *dev) |
442 | { | 442 | { |
443 | snd_soc_unregister_platform(dev); | 443 | snd_soc_unregister_platform(dev); |
444 | } | 444 | } |