powerpc/maple: Move controller ops from ppc_md to controller_ops
This moves the Maple 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>
This commit is contained in:

committed by
Michael Ellerman

parent
d28a0d94d7
commit
19124d6dee
@@ -203,7 +203,7 @@ static void __init maple_init_early(void)
|
||||
{
|
||||
DBG(" -> maple_init_early\n");
|
||||
|
||||
iommu_init_early_dart(NULL);
|
||||
iommu_init_early_dart(&maple_pci_controller_ops);
|
||||
|
||||
DBG(" <- maple_init_early\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user