提交 0a5ef7b9 编写于 作者: B Bjorn Helgaas

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: NBjorn Helgaas <bhelgaas@google.com>
上级 6ce4eac1
......@@ -551,8 +551,8 @@ int raw_pci_write(unsigned int domain, unsigned int bus, unsigned int devfn,
int reg, int len, u32 val);
struct pci_bus_region {
resource_size_t start;
resource_size_t end;
dma_addr_t start;
dma_addr_t end;
};
struct pci_dynids {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册