diff options
Diffstat (limited to 'arch/powerpc/include/asm/pci-bridge.h')
-rw-r--r-- | arch/powerpc/include/asm/pci-bridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/pci-bridge.h b/arch/powerpc/include/asm/pci-bridge.h index 94d449031b18..aee4fcc24990 100644 --- a/arch/powerpc/include/asm/pci-bridge.h +++ b/arch/powerpc/include/asm/pci-bridge.h | |||
@@ -129,6 +129,7 @@ struct pci_controller { | |||
129 | #endif /* CONFIG_PPC64 */ | 129 | #endif /* CONFIG_PPC64 */ |
130 | 130 | ||
131 | void *private_data; | 131 | void *private_data; |
132 | struct npu *npu; | ||
132 | }; | 133 | }; |
133 | 134 | ||
134 | /* These are used for config access before all the PCI probing | 135 | /* These are used for config access before all the PCI probing |