summaryrefslogtreecommitdiffstats
path: root/drivers/char/agp/via-agp.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2005-11-05 03:56:13 +0100
committerGreg Kroah-Hartman2005-11-11 01:09:17 +0100
commit249bb070f5e821503c1118e1e87c0ccb1432d191 (patch)
tree8736af4ab6dfa5e95001194603225b96def849bb /drivers/char/agp/via-agp.c
parent[PATCH] PCI: automatically set device_driver.owner (diff)
downloadkernel-qcow2-linux-249bb070f5e821503c1118e1e87c0ccb1432d191.tar.gz
kernel-qcow2-linux-249bb070f5e821503c1118e1e87c0ccb1432d191.tar.xz
kernel-qcow2-linux-249bb070f5e821503c1118e1e87c0ccb1432d191.zip
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/char/agp/via-agp.c')
-rw-r--r--drivers/char/agp/via-agp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/agp/via-agp.c b/drivers/char/agp/via-agp.c
index 5d9a13700074..c847df575cf5 100644
--- a/drivers/char/agp/via-agp.c
+++ b/drivers/char/agp/via-agp.c
@@ -518,7 +518,6 @@ MODULE_DEVICE_TABLE(pci, agp_via_pci_table);
static struct pci_driver agp_via_pci_driver = {
- .owner = THIS_MODULE,
.name = "agpgart-via",
.id_table = agp_via_pci_table,
.probe = agp_via_probe,