diff mbox series

[U-Boot,3/5] pci: tegra: Remove unused field 'hose' from struct tegra_pcie

Message ID 20170901142602.31108-3-tuomas.tynkkynen@iki.fi
State Accepted
Commit be0105bc1ed134f38f7e103bb83421ed0c33740a
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/5] pci: xilinx: Fix doc comments on config space accessors | expand

Commit Message

Tuomas Tynkkynen Sept. 1, 2017, 2:26 p.m. UTC
This field is no longer used since the DM conversion. Drop it.

Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
---
 drivers/pci/pci_tegra.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Bin Meng Sept. 2, 2017, 12:51 p.m. UTC | #1
On Fri, Sep 1, 2017 at 10:26 PM, Tuomas Tynkkynen
<tuomas.tynkkynen@iki.fi> wrote:
> This field is no longer used since the DM conversion. Drop it.
>
> Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
> ---
>  drivers/pci/pci_tegra.c | 2 --
>  1 file changed, 2 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tom Rini Sept. 22, 2017, 2:17 p.m. UTC | #2
On Fri, Sep 01, 2017 at 05:26:00PM +0300, Tuomas Tynkkynen wrote:

> This field is no longer used since the DM conversion. Drop it.
> 
> Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/drivers/pci/pci_tegra.c b/drivers/pci/pci_tegra.c
index cb5cf8b043..7d920d423d 100644
--- a/drivers/pci/pci_tegra.c
+++ b/drivers/pci/pci_tegra.c
@@ -218,8 +218,6 @@  struct tegra_pcie_soc {
 };
 
 struct tegra_pcie {
-	struct pci_controller hose;
-
 	struct resource pads;
 	struct resource afi;
 	struct resource cs;