diff options
Diffstat (limited to 'sound/soc/ep93xx/ep93xx-i2s.c')
-rw-r--r-- | sound/soc/ep93xx/ep93xx-i2s.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/sound/soc/ep93xx/ep93xx-i2s.c b/sound/soc/ep93xx/ep93xx-i2s.c index 099614e16651..f7a62348e3fe 100644 --- a/sound/soc/ep93xx/ep93xx-i2s.c +++ b/sound/soc/ep93xx/ep93xx-i2s.c | |||
@@ -338,7 +338,7 @@ static int ep93xx_i2s_resume(struct snd_soc_dai *dai) | |||
338 | #define ep93xx_i2s_resume NULL | 338 | #define ep93xx_i2s_resume NULL |
339 | #endif | 339 | #endif |
340 | 340 | ||
341 | static struct snd_soc_dai_ops ep93xx_i2s_dai_ops = { | 341 | static const struct snd_soc_dai_ops ep93xx_i2s_dai_ops = { |
342 | .startup = ep93xx_i2s_startup, | 342 | .startup = ep93xx_i2s_startup, |
343 | .shutdown = ep93xx_i2s_shutdown, | 343 | .shutdown = ep93xx_i2s_shutdown, |
344 | .hw_params = ep93xx_i2s_hw_params, | 344 | .hw_params = ep93xx_i2s_hw_params, |
@@ -464,18 +464,7 @@ static struct platform_driver ep93xx_i2s_driver = { | |||
464 | }, | 464 | }, |
465 | }; | 465 | }; |
466 | 466 | ||
467 | static int __init ep93xx_i2s_init(void) | 467 | module_platform_driver(ep93xx_i2s_driver); |
468 | { | ||
469 | return platform_driver_register(&ep93xx_i2s_driver); | ||
470 | } | ||
471 | |||
472 | static void __exit ep93xx_i2s_exit(void) | ||
473 | { | ||
474 | platform_driver_unregister(&ep93xx_i2s_driver); | ||
475 | } | ||
476 | |||
477 | module_init(ep93xx_i2s_init); | ||
478 | module_exit(ep93xx_i2s_exit); | ||
479 | 468 | ||
480 | MODULE_ALIAS("platform:ep93xx-i2s"); | 469 | MODULE_ALIAS("platform:ep93xx-i2s"); |
481 | MODULE_AUTHOR("Ryan Mallon"); | 470 | MODULE_AUTHOR("Ryan Mallon"); |