Skip to content

Commit 79cbde5

Browse files
robherringLorenzo Pieralisi
authored andcommitted
PCI: versatile: Drop flag PCI_ENABLE_PROC_DOMAINS
PCI_ENABLE_PROC_DOMAINS is only used on powerpc and doesn't do anything for the Versatile host driver, so let's drop it. I'm not sure how or why I had this to begin with. PCI_ENABLE_PROC_DOMAINS was never used on ARM. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Acked-by: Bjorn Helgaas <[email protected]> Cc: Lorenzo Pieralisi <[email protected]> Cc: Bjorn Helgaas <[email protected]>
1 parent da30e8b commit 79cbde5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pci/controller/pci-versatile.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ static int versatile_pci_probe(struct platform_device *pdev)
151151
*/
152152
writel(0, versatile_cfg_base[0] + PCI_INTERRUPT_LINE);
153153

154-
pci_add_flags(PCI_ENABLE_PROC_DOMAINS);
155154
pci_add_flags(PCI_REASSIGN_ALL_BUS);
156155

157156
bridge->dev.parent = dev;

0 commit comments

Comments
 (0)