From: Al Viro Date: Sat, 4 Feb 2006 01:15:52 +0000 (-0500) Subject: [PATCH] m32r_sio iomem annotations X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6881761e63ac95fda3073443781ea928682fa600;p=linux-beck.git [PATCH] m32r_sio iomem annotations Signed-off-by: Al Viro --- diff --git a/drivers/serial/m32r_sio.h b/drivers/serial/m32r_sio.h index 07d0dd80aa3d..7c3ec24f7e50 100644 --- a/drivers/serial/m32r_sio.h +++ b/drivers/serial/m32r_sio.h @@ -37,7 +37,7 @@ struct old_serial_port { unsigned int irq; unsigned int flags; unsigned char io_type; - unsigned char *iomem_base; + unsigned char __iomem *iomem_base; unsigned short iomem_reg_shift; };