Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6881761e authored by Al Viro's avatar Al Viro
Browse files

[PATCH] m32r_sio iomem annotations



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 90f46a58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
};