sparc64: Record OF device instead of device node pointer in pci_pbm_info.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2008-09-10 00:19:28 -07:00
commit 22fecbae44
9 changed files with 30 additions and 29 deletions

View file

@ -10,6 +10,7 @@
#include <linux/spinlock.h>
#include <linux/pci.h>
#include <linux/msi.h>
#include <linux/of_device.h>
#include <asm/io.h>
#include <asm/prom.h>
#include <asm/iommu.h>
@ -90,7 +91,7 @@ struct pci_pbm_info {
char *name;
/* OBP specific information. */
struct device_node *prom_node;
struct of_device *op;
u64 ino_bitmap;
/* PBM I/O and Memory space resources. */