mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 03:10:50 +07:00
[PATCH] ppc32/serial: Fix compiler errors with GCC 4.x in mpc52xx_uart.c
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>
This commit is contained in:
parent
7558824a8d
commit
2d8179c0b7
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user