commit | 92ae03532619dc24fdb7a5ae8ea63785fbd39f86 | [log] [tgz] |
---|---|---|
author | Daniel Axtens <dja@axtens.net> | Tue Apr 28 15:12:05 2015 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Jun 02 13:18:49 2015 +1000 |
tree | f6844b97be4268bdd8a8fe8685e66e732d78b114 | |
parent | 1f88d5860e0b8244b28e21b63a521915e5c15313 [diff] |
powerpc/powernv: Specialise pci_controller_ops for each controller type Remove powernv generic PCI controller operations. Replace it with controller ops for each of the two supported PHBs. As an added bonus, make the two new structs const, which will help guard against bugs such as the one introduced in 65ebf4b63 ("powerpc/powernv: Move controller ops from ppc_md to controller_ops") Signed-off-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>