commit | cd84d34074f56595fbae7a70f8a85b7d089249d1 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu May 09 11:26:16 2013 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Sat Dec 14 13:05:58 2013 -0700 |
tree | f0d6049eadd63ac018cf6973fa9314baf4c2c1b7 | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae [diff] |
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 <bhelgaas@google.com>