]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/pci/ymfpci/ymfpci.c
[ALSA] set owner field in struct pci_driver
[karo-tx-linux.git] / sound / pci / ymfpci / ymfpci.c
index 5b5b624b47d0c6623f79c39893de23fe2d9451f8..2e69abe51aa985dbc0947689946a2659d2cd374b 100644 (file)
@@ -352,6 +352,7 @@ static void __devexit snd_card_ymfpci_remove(struct pci_dev *pci)
 
 static struct pci_driver driver = {
        .name = "Yamaha DS-XG PCI",
+       .owner = THIS_MODULE,
        .id_table = snd_ymfpci_ids,
        .probe = snd_card_ymfpci_probe,
        .remove = __devexit_p(snd_card_ymfpci_remove),