hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/alpha/include/asm/core_t2.h
....@@ -572,7 +572,7 @@
572572 it doesn't make sense to merge the pio and mmio routines. */
573573
574574 #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) \
576576 { \
577577 if (t2_is_mmio(xaddr)) \
578578 return t2_read##OS(xaddr); \