kernel/arch/alpha/include/asm/jensen.h
.. .. @@ -305,7 +305,7 @@ 305 305 that it doesn't make sense to merge them. */ 306 306 307 307 #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) \309 309 { \ 310 310 if (jensen_is_mmio(xaddr)) \ 311 311 return jensen_read##OS(xaddr - 0x100000000ul); \