diff options
Diffstat (limited to 'sound/sh/aica.c')
-rw-r--r-- | sound/sh/aica.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/sh/aica.c b/sound/sh/aica.c index 391a38ca58bc..d48b523207eb 100644 --- a/sound/sh/aica.c +++ b/sound/sh/aica.c | |||
@@ -654,7 +654,9 @@ static struct platform_driver snd_aica_driver = { | |||
654 | .probe = snd_aica_probe, | 654 | .probe = snd_aica_probe, |
655 | .remove = __devexit_p(snd_aica_remove), | 655 | .remove = __devexit_p(snd_aica_remove), |
656 | .driver = { | 656 | .driver = { |
657 | .name = SND_AICA_DRIVER}, | 657 | .name = SND_AICA_DRIVER, |
658 | .owner = THIS_MODULE, | ||
659 | }, | ||
658 | }; | 660 | }; |
659 | 661 | ||
660 | static int __init aica_init(void) | 662 | static int __init aica_init(void) |