commit | 0a5ef7b914be91dd257ae4f35223dd822dd3703a | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Sat Dec 21 08:39:47 2013 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Sat Dec 21 08:39:47 2013 -0700 |
tree | b26ff4b3b70a5451d29645f386d3f6ba3a82a9c0 | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae [diff] |
PCI: Change pci_bus_region addresses to dma_addr_t Struct pci_bus_region contains bus addresses, which are type dma_addr_t, not resource_size_t. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>