From: Pratyush Anand Date: Fri, 5 Sep 2014 23:48:54 +0000 (-0600) Subject: PCI: designware: Fold struct pcie_port_info into struct pcie_port X-Git-Tag: omap-for-v3.19/prcm-cleanup~136^2~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adf70fc087b1750c3792cd56abc6a45e49bb3a11;p=pandora-kernel.git PCI: designware: Fold struct pcie_port_info into struct pcie_port 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 Signed-off-by: Bjorn Helgaas Acked-by: Mohit Kumar --- Reading git-diff-tree failed