UPSTREAM: serial: sprd: remove __init from sprd_console_setup
The function sprd_console_setup() would be called from .probe() which can be called after freeing __init functions, for example the .probe() would return -EPROBE_DEFER since it depends on clock modules. Signed-off-by:Chunyan Zhang <chunyan.zhang@unisoc.com> Reviewed-by:
Baolin Wang <baolin.wang7@gmail.com> Link: https://lore.kernel.org/r/20200316101930.9962-3-zhang.lyra@gmail.com Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Bug: 238397887 (cherry picked from commit f1b49d5a) Signed-off-by:
Yanbin Xiong <yanbin.xiong@unisoc.com> Change-Id: If01c16cf0f5e826be3905a58047a9d782e73413b
Loading
Please sign in to comment