On Thu, Aug 24, 2023 at 09:39:13PM +0200, Pali Rohár wrote: > Duplicate of https://lore.kernel.org/linux-pci/20220905192310.22786-5-pali@xxxxxxxxxx/ ? Thank you! Updated with you as author. > On Thursday 24 August 2023 14:37:01 Bjorn Helgaas wrote: > > From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > > > > The busn member of struct mvebu_pcie is unused, so drop it. > > > > Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > > Cc: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxx> > > Cc: Pali Rohár <pali@xxxxxxxxxx> > > --- > > drivers/pci/controller/pci-mvebu.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/drivers/pci/controller/pci-mvebu.c b/drivers/pci/controller/pci-mvebu.c > > index c931b1b07b1d..60810a1fbfb7 100644 > > --- a/drivers/pci/controller/pci-mvebu.c > > +++ b/drivers/pci/controller/pci-mvebu.c > > @@ -87,7 +87,6 @@ struct mvebu_pcie { > > struct resource io; > > struct resource realio; > > struct resource mem; > > - struct resource busn; > > int nports; > > }; > > > > -- > > 2.34.1 > >