]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/pci/ice1712/ice1712.c
[ALSA] set owner field in struct pci_driver
[karo-tx-linux.git] / sound / pci / ice1712 / ice1712.c
index 7d4d9b0c6b11d6fdc5ace38a11bb0531a0f551fe..a6d98013c331fe95bb69771079b88881eb48839e 100644 (file)
@@ -2735,6 +2735,7 @@ static void __devexit snd_ice1712_remove(struct pci_dev *pci)
 
 static struct pci_driver driver = {
        .name = "ICE1712",
+       .owner = THIS_MODULE,
        .id_table = snd_ice1712_ids,
        .probe = snd_ice1712_probe,
        .remove = __devexit_p(snd_ice1712_remove),