diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2005-11-04 21:56:13 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-11-10 19:09:17 -0500 |
commit | 249bb070f5e821503c1118e1e87c0ccb1432d191 (patch) | |
tree | 8736af4ab6dfa5e95001194603225b96def849bb /sound/pci/cs4281.c | |
parent | 863b18f4b5e7d9e6903b353328cf6fa084dbb619 (diff) |
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'sound/pci/cs4281.c')
-rw-r--r-- | sound/pci/cs4281.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/cs4281.c b/sound/pci/cs4281.c index aea2c47712f9..034ff3755a3b 100644 --- a/sound/pci/cs4281.c +++ b/sound/pci/cs4281.c | |||
@@ -2106,7 +2106,6 @@ static int cs4281_resume(snd_card_t *card) | |||
2106 | 2106 | ||
2107 | static struct pci_driver driver = { | 2107 | static struct pci_driver driver = { |
2108 | .name = "CS4281", | 2108 | .name = "CS4281", |
2109 | .owner = THIS_MODULE, | ||
2110 | .id_table = snd_cs4281_ids, | 2109 | .id_table = snd_cs4281_ids, |
2111 | .probe = snd_cs4281_probe, | 2110 | .probe = snd_cs4281_probe, |
2112 | .remove = __devexit_p(snd_cs4281_remove), | 2111 | .remove = __devexit_p(snd_cs4281_remove), |