From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: Re: [PATCH 1/3] PCI: tegra: Remove unused field Date: Tue, 8 Mar 2016 15:44:42 -0600 Message-ID: <20160308214442.GE27132@localhost> References: <1455029553-9460-1-git-send-email-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1455029553-9460-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Thierry Reding Cc: Bjorn Helgaas , Stephen Warren , Alexandre Courbot , linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org On Tue, Feb 09, 2016 at 03:52:31PM +0100, Thierry Reding wrote: > From: Thierry Reding > > The num_ports field of the tegra_pcie structure is never used so it can > be safely removed. > > Signed-off-by: Thierry Reding Applied all three of these to pci/host-tegra for v4.6, thanks! > --- > drivers/pci/host/pci-tegra.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/pci/host/pci-tegra.c b/drivers/pci/host/pci-tegra.c > index 4cb8157a4678..82d7ad3a1c3a 100644 > --- a/drivers/pci/host/pci-tegra.c > +++ b/drivers/pci/host/pci-tegra.c > @@ -295,7 +295,6 @@ struct tegra_pcie { > struct tegra_msi msi; > > struct list_head ports; > - unsigned int num_ports; > u32 xbar_config; > > struct regulator_bulk_data *supplies; > -- > 2.7.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-pci" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html