On Sat, Sep 7, 2019 at 12:47 AM Arnd Bergmann <[email protected]> wrote: > > Without the frame pointer enabled, return_address() is an inline > function and does not need to be exported, as shown by this warning: > > WARNING: "return_address" [vmlinux] is a static EXPORT_SYMBOL_GPL > > Move the EXPORT_SYMBOL_GPL() into the #ifdef as well. > > Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Masahiro Yamada <[email protected]> -- Best Regards Masahiro Yamada

