]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/sh/aica.c
ALSA: Add missing .owner=THIS_MODULE to platform_driver definitions
[karo-tx-linux.git] / sound / sh / aica.c
index 391a38ca58bc767301f74c7baf4a3b116afa3429..d48b523207eb979b8dc034e3ea7bcd92cd304179 100644 (file)
@@ -654,7 +654,9 @@ static struct platform_driver snd_aica_driver = {
        .probe = snd_aica_probe,
        .remove = __devexit_p(snd_aica_remove),
        .driver = {
-                  .name = SND_AICA_DRIVER},
+               .name = SND_AICA_DRIVER,
+               .owner  = THIS_MODULE,
+       },
 };
 
 static int __init aica_init(void)