Skip to content

Commit

Permalink
[PATCH] __iomem annotations in sunzilog
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 10, 2006
1 parent 1acc04c commit 4834327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/sunzilog.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4834327

Please sign in to comment.