From: Dave Jones Date: Tue, 25 Oct 2005 03:20:11 +0000 (-0700) Subject: [AGPGART] Set .owner field of struct pci_driver. X-Git-Tag: v2.6.15-rc1~445^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea248bcaadd5bafe4217357e1e511ac55639bcf3;p=pandora-kernel.git [AGPGART] Set .owner field of struct pci_driver. From: Laurent Riffard This updates .owner field of struct pci_driver. This allows SYSFS to create the symlink from the driver to the module which provides it. $ tree /sys/bus/pci/drivers/agpgart-via/ /sys/bus/pci/drivers/agpgart-via/ |-- 0000:00:00.0 -> ../../../../devices/pci0000:00/0000:00:00.0 |-- bind |-- module -> ../../../../module/via_agp |-- new_id `-- unbind Signed-off-by: Laurent Riffard Signed-off-by: Dave Jones Signed-off-by: Andrew Morton --- Reading git-diff-tree failed