kernel/arch/alpha/include/asm/core_marvel.h
.. .. @@ -332,10 +332,10 @@ 332 332 #define vucp volatile unsigned char __force * 333 333 #define vusp volatile unsigned short __force * 334 334 335 -extern unsigned int marvel_ioread8(void __iomem *);335 +extern unsigned int marvel_ioread8(const void __iomem *);336 336 extern void marvel_iowrite8(u8 b, void __iomem *); 337 337 338 -__EXTERN_INLINE unsigned int marvel_ioread16(void __iomem *addr)338 +__EXTERN_INLINE unsigned int marvel_ioread16(const void __iomem *addr)339 339 { 340 340 return __kernel_ldwu(*(vusp)addr); 341 341 }