diff options
Diffstat (limited to 'arch/sparc64/kernel/pci_impl.h')
-rw-r--r-- | arch/sparc64/kernel/pci_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/pci_impl.h b/arch/sparc64/kernel/pci_impl.h index 4937ce903a88..b300f39e9e8d 100644 --- a/arch/sparc64/kernel/pci_impl.h +++ b/arch/sparc64/kernel/pci_impl.h | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <linux/spinlock.h> | 10 | #include <linux/spinlock.h> |
11 | #include <linux/pci.h> | 11 | #include <linux/pci.h> |
12 | #include <linux/msi.h> | 12 | #include <linux/msi.h> |
13 | #include <linux/of_device.h> | ||
13 | #include <asm/io.h> | 14 | #include <asm/io.h> |
14 | #include <asm/prom.h> | 15 | #include <asm/prom.h> |
15 | #include <asm/iommu.h> | 16 | #include <asm/iommu.h> |
@@ -90,7 +91,7 @@ struct pci_pbm_info { | |||
90 | char *name; | 91 | char *name; |
91 | 92 | ||
92 | /* OBP specific information. */ | 93 | /* OBP specific information. */ |
93 | struct device_node *prom_node; | 94 | struct of_device *op; |
94 | u64 ino_bitmap; | 95 | u64 ino_bitmap; |
95 | 96 | ||
96 | /* PBM I/O and Memory space resources. */ | 97 | /* PBM I/O and Memory space resources. */ |