X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fdma%2Fioatdma.h;h=62b26a9be4c9d01cb4d4abb364a1252d1c938c74;hb=c8fefb1bb4b38607d305c7e9ef55f146c9c628cb;hp=a5d3b3644160f686c1737d429fd3a1ec3e64505f;hpb=d636b2798732f2cfba48d94aa19b7ba206268a83;p=powerpc.git diff --git a/drivers/dma/ioatdma.h b/drivers/dma/ioatdma.h index a5d3b36441..62b26a9be4 100644 --- a/drivers/dma/ioatdma.h +++ b/drivers/dma/ioatdma.h @@ -44,7 +44,7 @@ extern struct list_head dma_client_list; struct ioat_device { struct pci_dev *pdev; - void *reg_base; + void __iomem *reg_base; struct pci_pool *dma_pool; struct pci_pool *completion_pool; @@ -73,7 +73,7 @@ struct ioat_device { struct ioat_dma_chan { - void *reg_base; + void __iomem *reg_base; dma_cookie_t completed_cookie; unsigned long last_completion;