diff options
| author | Daniel Axtens <dja@axtens.net> | 2015-03-31 16:00:52 +1100 |
|---|---|---|
| committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-04-11 20:49:16 +1000 |
| commit | d28a0d94d752354d9830f8cc0426e9119f9f227d (patch) | |
| tree | d872ef44166e672c8c05ddb61f6fb6ab0f139c7b /arch/powerpc/platforms/pasemi/pasemi.h | |
| parent | powerpc/powernv: Move controller ops from ppc_md to controller_ops (diff) | |
| download | linux-d28a0d94d752354d9830f8cc0426e9119f9f227d.tar.gz linux-d28a0d94d752354d9830f8cc0426e9119f9f227d.zip | |
powerpc/pasemi: Move controller ops from ppc_md to controller_ops
This moves the PaSemi platform to use the pci_controller_ops
structure rather than ppc_md for PCI controller operations.
Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/pasemi/pasemi.h')
| -rw-r--r-- | arch/powerpc/platforms/pasemi/pasemi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pasemi/pasemi.h b/arch/powerpc/platforms/pasemi/pasemi.h index ea65bf0eb897..11f230a48227 100644 --- a/arch/powerpc/platforms/pasemi/pasemi.h +++ b/arch/powerpc/platforms/pasemi/pasemi.h @@ -30,5 +30,6 @@ static inline void restore_astate(int cpu) } #endif +extern struct pci_controller_ops pasemi_pci_controller_ops; #endif /* _PASEMI_PASEMI_H */ |
