X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fdma%2Fioatdma.h;h=62b26a9be4c9d01cb4d4abb364a1252d1c938c74;hb=refs%2Fheads%2Fvserver;hp=a5d3b3644160f686c1737d429fd3a1ec3e64505f;hpb=f05f9504c50ed069377d37f02f22e7a16b5921de;p=linux-2.6.git diff --git a/drivers/dma/ioatdma.h b/drivers/dma/ioatdma.h index a5d3b3644..62b26a9be 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;