powerpc/pseries: Remove use of CONFIG_PCI
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 1 Oct 2015 06:44:32 +0000 (16:44 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 15 Oct 2015 09:31:55 +0000 (20:31 +1100)
Now that we always have CONFIG_PCI=y for pseries, we can stop guarding
code with CONFIG_PCI ifdefs.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/pseries/iommu.c
arch/powerpc/platforms/pseries/setup.c

index 0946b98d75d41f65536a341434fbe5dec6b1782f..bd98ce2be17b766182b4b5df4358c8d731b8c305 100644 (file)
@@ -532,7 +532,6 @@ static int tce_setrange_multi_pSeriesLP_walk(unsigned long start_pfn,
        return tce_setrange_multi_pSeriesLP(start_pfn, num_pfn, arg);
 }
 
-#ifdef CONFIG_PCI
 static void iommu_table_setparms(struct pci_controller *phb,
                                 struct device_node *dn,
                                 struct iommu_table *tbl)
@@ -1292,15 +1291,6 @@ static u64 dma_get_required_mask_pSeriesLP(struct device *dev)
        return dma_iommu_ops.get_required_mask(dev);
 }
 
-#else  /* CONFIG_PCI */
-#define pci_dma_bus_setup_pSeries      NULL
-#define pci_dma_dev_setup_pSeries      NULL
-#define pci_dma_bus_setup_pSeriesLP    NULL
-#define pci_dma_dev_setup_pSeriesLP    NULL
-#define dma_set_mask_pSeriesLP         NULL
-#define dma_get_required_mask_pSeriesLP        NULL
-#endif /* !CONFIG_PCI */
-
 static int iommu_mem_notifier(struct notifier_block *nb, unsigned long action,
                void *data)
 {
index 9a83eb71b0300adb44f99aee93c0f9f790a4471a..9e524c26db14591b78a108d4274cef49d7862f1b 100644 (file)
@@ -837,10 +837,6 @@ static int pSeries_pci_probe_mode(struct pci_bus *bus)
        return PCI_PROBE_NORMAL;
 }
 
-#ifndef CONFIG_PCI
-void pSeries_final_fixup(void) { }
-#endif
-
 struct pci_controller_ops pseries_pci_controller_ops = {
        .probe_mode             = pSeries_pci_probe_mode,
 };
This page took 0.026379 seconds and 5 git commands to generate.