PCI: Change pci_bus_region addresses to dma_addr_t
authorBjorn Helgaas <bhelgaas@google.com>
Sat, 21 Dec 2013 15:39:47 +0000 (08:39 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 21 Dec 2013 15:39:47 +0000 (08:39 -0700)
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>

No differences found