summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_intel.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2005-11-05 02:56:13 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2005-11-11 00:09:17 (GMT)
commit249bb070f5e821503c1118e1e87c0ccb1432d191 (patch)
tree8736af4ab6dfa5e95001194603225b96def849bb /sound/pci/hda/hda_intel.c
parent863b18f4b5e7d9e6903b353328cf6fa084dbb619 (diff)
downloadlinux-fsl-qoriq-249bb070f5e821503c1118e1e87c0ccb1432d191.tar.xz
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r--sound/pci/hda/hda_intel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 9d1412a..ed525c0 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -1616,7 +1616,6 @@ MODULE_DEVICE_TABLE(pci, azx_ids);
/* pci_driver definition */
static struct pci_driver driver = {
.name = "HDA Intel",
- .owner = THIS_MODULE,
.id_table = azx_ids,
.probe = azx_probe,
.remove = __devexit_p(azx_remove),