Browse Source

[PATCH] m32r_sio iomem annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 19 years ago
parent
commit
6881761e63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/serial/m32r_sio.h

+ 1 - 1
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;
 };