提交 79cbde56 编写于 作者: R Rob Herring 提交者: Lorenzo Pieralisi

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/20200722022514.1283916-2-robh@kernel.orgSigned-off-by: NRob Herring <robh@kernel.org>
Signed-off-by: NLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: NBjorn Helgaas <bhelgaas@google.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
上级 da30e8bc
...@@ -151,7 +151,6 @@ static int versatile_pci_probe(struct platform_device *pdev) ...@@ -151,7 +151,6 @@ static int versatile_pci_probe(struct platform_device *pdev)
*/ */
writel(0, versatile_cfg_base[0] + PCI_INTERRUPT_LINE); writel(0, versatile_cfg_base[0] + PCI_INTERRUPT_LINE);
pci_add_flags(PCI_ENABLE_PROC_DOMAINS);
pci_add_flags(PCI_REASSIGN_ALL_BUS); pci_add_flags(PCI_REASSIGN_ALL_BUS);
bridge->dev.parent = dev; bridge->dev.parent = dev;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册