Files
linux/drivers/tty
Michal Simek c443251b65 serial: uartps: console_setup() can't be placed to init section
[ Upstream commit 4bb1ce2350 ]

When console device is rebinded, console_setup() is called again.
But marking it as __init means that function will be clear after boot is
complete. If console device is binded again console_setup() is not found
and error "Unable to handle kernel paging request at virtual address"
is reported.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-04-20 09:07:52 +02:00
..
2011-03-31 11:26:23 -03:00
2019-01-31 08:12:35 +01:00
2018-12-01 09:44:25 +01:00
2016-03-07 16:11:14 -08:00
2016-02-14 14:36:04 -08:00