diff options
-rw-r--r-- | sound/soc/txx9/txx9aclc.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sound/soc/txx9/txx9aclc.c b/sound/soc/txx9/txx9aclc.c index 88eacfd83da6..a8f705bb60dc 100644 --- a/sound/soc/txx9/txx9aclc.c +++ b/sound/soc/txx9/txx9aclc.c | |||
@@ -411,13 +411,8 @@ static struct snd_soc_platform_driver txx9aclc_soc_platform = { | |||
411 | 411 | ||
412 | static int txx9aclc_soc_platform_probe(struct platform_device *pdev) | 412 | static int txx9aclc_soc_platform_probe(struct platform_device *pdev) |
413 | { | 413 | { |
414 | return snd_soc_register_platform(&pdev->dev, &txx9aclc_soc_platform); | 414 | return devm_snd_soc_register_platform(&pdev->dev, |
415 | } | 415 | &txx9aclc_soc_platform); |
416 | |||
417 | static int txx9aclc_soc_platform_remove(struct platform_device *pdev) | ||
418 | { | ||
419 | snd_soc_unregister_platform(&pdev->dev); | ||
420 | return 0; | ||
421 | } | 416 | } |
422 | 417 | ||
423 | static struct platform_driver txx9aclc_pcm_driver = { | 418 | static struct platform_driver txx9aclc_pcm_driver = { |
@@ -426,7 +421,6 @@ static struct platform_driver txx9aclc_pcm_driver = { | |||
426 | }, | 421 | }, |
427 | 422 | ||
428 | .probe = txx9aclc_soc_platform_probe, | 423 | .probe = txx9aclc_soc_platform_probe, |
429 | .remove = txx9aclc_soc_platform_remove, | ||
430 | }; | 424 | }; |
431 | 425 | ||
432 | module_platform_driver(txx9aclc_pcm_driver); | 426 | module_platform_driver(txx9aclc_pcm_driver); |