]> git.ipfire.org Git - people/ms/linux.git/blobdiff - sound/drivers/mpu401/mpu401.c
ALSA: Add missing .owner=THIS_MODULE to platform_driver definitions
[people/ms/linux.git] / sound / drivers / mpu401 / mpu401.c
index 86f5fbc2da727fc08f5e4fe1c8b17a349b3f5dd7..bc03a2046c9c60e6f7f939df86537408e70bb04d 100644 (file)
@@ -139,7 +139,8 @@ static struct platform_driver snd_mpu401_driver = {
        .probe          = snd_mpu401_probe,
        .remove         = __devexit_p(snd_mpu401_remove),
        .driver         = {
-               .name   = SND_MPU401_DRIVER
+               .name   = SND_MPU401_DRIVER,
+               .owner  = THIS_MODULE,
        },
 };