From: Paul Mackerras Date: Tue, 6 Sep 2005 03:17:54 +0000 (+1000) Subject: [PATCH] Separate pci bits out of struct device_node X-Git-Tag: v2.6.14-rc1~482^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1635317facea3094ddf34082cd86797efb1d9f7e;p=pandora-kernel.git [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 --- Reading git-diff-tree failed