Преглед на файлове

[PATCH] __iomem annotations in sunzilog

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>
Al Viro преди 18 години
родител
ревизия
48343273e8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      drivers/serial/sunzilog.c

+ 1 - 1
drivers/serial/sunzilog.c

@@ -1057,7 +1057,7 @@ static void sunzilog_free_tables(void)
 
 
 static void sunzilog_putchar(struct uart_port *port, int ch)
 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;
 	int loops = ZS_PUT_CHAR_MAX_DELAY;
 
 
 	/* This is a timed polling loop so do not switch the explicit
 	/* This is a timed polling loop so do not switch the explicit