hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/alpha/include/asm/jensen.h
....@@ -305,7 +305,7 @@
305305 that it doesn't make sense to merge them. */
306306
307307 #define IOPORT(OS, NS) \
308
-__EXTERN_INLINE unsigned int jensen_ioread##NS(void __iomem *xaddr) \
308
+__EXTERN_INLINE unsigned int jensen_ioread##NS(const void __iomem *xaddr) \
309309 { \
310310 if (jensen_is_mmio(xaddr)) \
311311 return jensen_read##OS(xaddr - 0x100000000ul); \