From: Kenji Kaneshige Date: Wed, 25 Nov 2009 12:06:15 +0000 (+0900) Subject: PCI: portdrv: remove unnecessary struct pcie_port_data X-Git-Tag: v2.6.33-rc1~321^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=694f88ef7ada0d99e304f687ba92e268a594358b;p=pandora-kernel.git PCI: portdrv: remove unnecessary struct pcie_port_data Remove 'port_type' field in struct pcie_port_data(), because we can get port type information from struct pci_dev. With this change, this patch also does followings: - Remove struct pcie_port_data because it no longer has any field. - Remove portdrv private definitions about port type (PCIE_RC_PORT, PCIE_SW_UPSTREAM_PORT and PCIE_SW_DOWNSTREAM_PORT), and use generic definitions instead. Signed-off-by: Kenji Kaneshige Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed