kernel/arch/alpha/include/asm/core_t2.h
.. .. @@ -572,7 +572,7 @@ 572 572 it doesn't make sense to merge the pio and mmio routines. */ 573 573 574 574 #define IOPORT(OS, NS) \ 575 -__EXTERN_INLINE unsigned int t2_ioread##NS(void __iomem *xaddr) \575 +__EXTERN_INLINE unsigned int t2_ioread##NS(const void __iomem *xaddr) \576 576 { \ 577 577 if (t2_is_mmio(xaddr)) \ 578 578 return t2_read##OS(xaddr); \