.. | .. |
---|
46 | 46 | void (*mv_pci_tbi)(struct pci_controller *hose, |
---|
47 | 47 | dma_addr_t start, dma_addr_t end); |
---|
48 | 48 | |
---|
49 | | - unsigned int (*mv_ioread8)(void __iomem *); |
---|
50 | | - unsigned int (*mv_ioread16)(void __iomem *); |
---|
51 | | - unsigned int (*mv_ioread32)(void __iomem *); |
---|
| 49 | + unsigned int (*mv_ioread8)(const void __iomem *); |
---|
| 50 | + unsigned int (*mv_ioread16)(const void __iomem *); |
---|
| 51 | + unsigned int (*mv_ioread32)(const void __iomem *); |
---|
52 | 52 | |
---|
53 | 53 | void (*mv_iowrite8)(u8, void __iomem *); |
---|
54 | 54 | void (*mv_iowrite16)(u16, void __iomem *); |
---|