Skip to content
Commit 1635317f authored by Paul Mackerras's avatar Paul Mackerras
Browse files

[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: default avatarPaul Mackerras <paulus@samba.org>
parent b28d2582
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment