commit | 1635317facea3094ddf34082cd86797efb1d9f7e | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Tue Sep 06 13:17:54 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Fri Sep 09 22:11:38 2005 +1000 |
tree | 67d5a4d4c7af00ac4be4608092fec99a32683715 | |
parent | b28d2582ce8aafe531d909bb9c4dcf29189e786e [diff] |
[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>