Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf440b71 authored by Kumar Gala's avatar Kumar Gala
Browse files

[POWERPC] Remove local_number from pci_controller



We never actually read local_number so lets just remove it.

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 5531e41b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -768,7 +768,7 @@ void __init iSeries_pcibios_init(void)
		if (phb == NULL)
			continue;

		phb->pci_mem_offset = phb->local_number = bus;
		phb->pci_mem_offset = bus;
		phb->first_busno = bus;
		phb->last_busno = bus;
		phb->ops = &iSeries_pci_ops;
+0 −1
Original line number Diff line number Diff line
@@ -146,7 +146,6 @@ struct pci_controller {
	struct resource io_resource;
	struct resource mem_resources[3];
	int global_number;
	int local_number;
	unsigned long buid;
	unsigned long dma_window_base_cur;
	unsigned long dma_window_size;