PCI: designware: Fold struct pcie_port_info into struct pcie_port
authorPratyush Anand <pratyush.anand@st.com>
Fri, 5 Sep 2014 23:48:54 +0000 (17:48 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 5 Sep 2014 23:48:54 +0000 (17:48 -0600)
The struct pcie_port_info doesn't contain any exclusive information
compared to other elements of struct pcie_port.  So, keeping a separate
structure does not seem very logical.  Therefore remove this struct and
embed its elements directly into struct pcie_port.

Signed-off-by: Pratyush Anand <pratyush.anand@st.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Mohit Kumar <mohit.kumar@st.com>

No differences found