Files
linux/drivers
Michal Simek 1fa5208a30 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:15:04 +02:00
..
2019-02-12 19:46:03 +01:00
2019-03-23 14:35:25 +01:00
2018-12-21 14:13:14 +01:00
2018-01-17 09:45:27 +01:00
2018-09-15 09:45:27 +02:00
2018-12-21 14:13:13 +01:00
2018-11-13 11:15:11 -08:00
2018-10-03 17:00:46 -07:00