]> Pileus Git - ~andy/linux/commit
[PATCH] Separate pci bits out of struct device_node
authorPaul Mackerras <paulus@samba.org>
Tue, 6 Sep 2005 03:17:54 +0000 (13:17 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 9 Sep 2005 12:11:38 +0000 (22:11 +1000)
commit1635317facea3094ddf34082cd86797efb1d9f7e
tree67d5a4d4c7af00ac4be4608092fec99a32683715
parentb28d2582ce8aafe531d909bb9c4dcf29189e786e
[PATCH] Separate pci bits out of struct device_node

This patch pulls the PCI-related junk out of struct device_node and
puts it in a separate structure, struct pci_dn.  The device_node now
just has a void * pointer in it, which points to a struct pci_dn for
nodes that represent PCI devices.  It could potentially be used in
future for device-specific data for other sorts of devices, such as
virtual I/O devices.

Signed-off-by: Paul Mackerras <paulus@samba.org>
19 files changed:
arch/ppc64/kernel/eeh.c
arch/ppc64/kernel/iommu.c
arch/ppc64/kernel/maple_pci.c
arch/ppc64/kernel/pSeries_iommu.c
arch/ppc64/kernel/pci.c
arch/ppc64/kernel/pci.h
arch/ppc64/kernel/pci_dn.c
arch/ppc64/kernel/pci_iommu.c
arch/ppc64/kernel/pmac_feature.c
arch/ppc64/kernel/pmac_pci.c
arch/ppc64/kernel/prom.c
arch/ppc64/kernel/rtas_pci.c
arch/ppc64/kernel/sys_ppc32.c
arch/ppc64/kernel/u3_iommu.c
drivers/pci/hotplug/rpadlpar_core.c
drivers/pci/hotplug/rpaphp_pci.c
drivers/video/offb.c
include/asm-ppc64/pci-bridge.h
include/asm-ppc64/prom.h