hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/alpha/include/asm/machvec.h
....@@ -46,9 +46,9 @@
4646 void (*mv_pci_tbi)(struct pci_controller *hose,
4747 dma_addr_t start, dma_addr_t end);
4848
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 *);
5252
5353 void (*mv_iowrite8)(u8, void __iomem *);
5454 void (*mv_iowrite16)(u16, void __iomem *);