Skip to content

Commit

Permalink
[PATCH] ppc32/serial: Fix compiler errors with GCC 4.x in mpc52xx_uart.c
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Sylvain Munaut authored and Linus Torvalds committed Jan 6, 2006
1 parent 7558824 commit 2d8179c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/mpc52xx_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ mpc52xx_console_setup(struct console *co, char *options)
}


extern struct uart_driver mpc52xx_uart_driver;
static struct uart_driver mpc52xx_uart_driver;

static struct console mpc52xx_console = {
.name = "ttyS",
Expand Down

0 comments on commit 2d8179c

Please sign in to comment.