mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 09:13:55 +08:00
[PATCH] m32r_sio iomem annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
90f46a5845
commit
6881761e63
@ -37,7 +37,7 @@ struct old_serial_port {
|
|||||||
unsigned int irq;
|
unsigned int irq;
|
||||||
unsigned int flags;
|
unsigned int flags;
|
||||||
unsigned char io_type;
|
unsigned char io_type;
|
||||||
unsigned char *iomem_base;
|
unsigned char __iomem *iomem_base;
|
||||||
unsigned short iomem_reg_shift;
|
unsigned short iomem_reg_shift;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user