projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90f46a5
)
[PATCH] m32r_sio iomem annotations
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 4 Feb 2006 01:15:52 +0000
(20:15 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 8 Feb 2006 06:05:47 +0000
(
01:05
-0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/serial/m32r_sio.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/serial/m32r_sio.h
b/drivers/serial/m32r_sio.h
index 07d0dd80aa3dd2197861abddd1f27633aa7b7c2a..7c3ec24f7e50413466b0350835f12c84ef4a136c 100644
(file)
--- 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;
};