projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1acc04c
)
[PATCH] __iomem annotations in sunzilog
author
Al Viro
<viro@ftp.linux.org.uk>
Tue, 10 Oct 2006 21:44:47 +0000
(22:44 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 10 Oct 2006 22:37:20 +0000
(15:37 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/serial/sunzilog.c
patch
|
blob
|
history
diff --git
a/drivers/serial/sunzilog.c
b/drivers/serial/sunzilog.c
index b11f6dea27049858b19f8e4d3be26c610c02033f..73dd2eedaaad5cff1441c6a6e1bd0923641d1677 100644
(file)
--- a/
drivers/serial/sunzilog.c
+++ b/
drivers/serial/sunzilog.c
@@
-1057,7
+1057,7
@@
static void sunzilog_free_tables(void)
static void sunzilog_putchar(struct uart_port *port, int ch)
{
- struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port);
+ struct zilog_channel
__iomem
*channel = ZILOG_CHANNEL_FROM_PORT(port);
int loops = ZS_PUT_CHAR_MAX_DELAY;
/* This is a timed polling loop so do not switch the explicit