staging: ram_console: Fix section mismatches
WARNING: drivers/staging/built-in.o(.text+0x7388): Section mismatch
in reference from the function ram_console_driver_probe() to the
function .init.text:ram_console_save_old.clone.0()
The function ram_console_driver_probe() references
the function __init ram_console_save_old.clone.0().
This is often because ram_console_driver_probe lacks a __init
annotation or the annotation of ram_console_save_old.clone.0 is
wrong.
Change-Id: Ie249e5a149e924d96db0065db973f492f690bf49
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
1 file changed