X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=sound%2Fpci%2Fazt3328.c;h=d5261bdec583d5fbac6bcfe438d35e8d4ac705c3;hb=90b66e833261618e11d71a35f2488a7d664a4566;hp=26069d2e02718d70e0e48ce83ac5b5c28f05da4c;hpb=e560d8d8368ad8b6161839984b253de622863265;p=safe%2Fjmp%2Flinux-2.6 diff --git a/sound/pci/azt3328.c b/sound/pci/azt3328.c index 26069d2..d5261bd 100644 --- a/sound/pci/azt3328.c +++ b/sound/pci/azt3328.c @@ -1511,6 +1511,7 @@ static void __devexit snd_azf3328_remove(struct pci_dev *pci) static struct pci_driver driver = { .name = "AZF3328", + .owner = THIS_MODULE, .id_table = snd_azf3328_ids, .probe = snd_azf3328_probe, .remove = __devexit_p(snd_azf3328_remove),