Blackfin Serial Driver: use __initdata for data, not __init
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Родитель
9ae7b08ad5
Коммит
c111340002
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче