Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1113400 authored by Mike Frysinger's avatar Mike Frysinger Committed by Linus Torvalds
Browse files

Blackfin Serial Driver: use __initdata for data, not __init

parent 9ae7b08a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1056,7 +1056,7 @@ static __init void early_serial_write(struct console *con, const char *s,
	}
}

static struct __init console bfin_early_serial_console = {
static struct __initdata console bfin_early_serial_console = {
	.name = "early_BFuart",
	.write = early_serial_write,
	.device = uart_console_device,