X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fdma%2Fioatdma.h;h=62b26a9be4c9d01cb4d4abb364a1252d1c938c74;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=a5d3b3644160f686c1737d429fd3a1ec3e64505f;hpb=76828883507a47dae78837ab5dec5a5b4513c667;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;