Removed unused ".bus_shift" initialisers from pci-xgene.c as
xgene_pcie_map_bus() did not use these.

Suggested-by: Bjorn Helgaas <bhelg...@google.com>
Signed-off-by: Krzysztof Wilczyński <k...@linux.com>
---
 drivers/pci/controller/pci-xgene.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/pci/controller/pci-xgene.c 
b/drivers/pci/controller/pci-xgene.c
index 8e0db84f089d..85e7c98265e8 100644
--- a/drivers/pci/controller/pci-xgene.c
+++ b/drivers/pci/controller/pci-xgene.c
@@ -257,7 +257,6 @@ static int xgene_v1_pcie_ecam_init(struct pci_config_window 
*cfg)
 }
 
 const struct pci_ecam_ops xgene_v1_pcie_ecam_ops = {
-       .bus_shift      = 16,
        .init           = xgene_v1_pcie_ecam_init,
        .pci_ops        = {
                .map_bus        = xgene_pcie_map_bus,
@@ -272,7 +271,6 @@ static int xgene_v2_pcie_ecam_init(struct pci_config_window 
*cfg)
 }
 
 const struct pci_ecam_ops xgene_v2_pcie_ecam_ops = {
-       .bus_shift      = 16,
        .init           = xgene_v2_pcie_ecam_init,
        .pci_ops        = {
                .map_bus        = xgene_pcie_map_bus,
-- 
2.29.2

Reply via email to