From: Bjorn Helgaas Date: Thu, 9 May 2013 17:26:16 +0000 (-0600) Subject: PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappers X-Git-Tag: v3.14-rc1~132^2~19^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd84d34074f56595fbae7a70f8a85b7d089249d1;p=pandora-kernel.git PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappers The pciehp_readw() and pciehp_writew() wrappers only look up the pci_dev and call the PCIe Capability accessors, so we can make things a little more straightforward by just using the PCIe Capability accessors directly. No functional change. Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed