[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)
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>

No differences found