module: Convert default symbol namespace to string literal
Commit cdd30ebb ("module: Convert symbol namespace to string literal") only converted MODULE_IMPORT_NS() and EXPORT_SYMBOL_NS(), leaving DEFAULT_SYMBOL_NAMESPACE as a macro expansion. This commit converts DEFAULT_SYMBOL_NAMESPACE in the same way to avoid annoyance for the default namespace as well. Signed-off-by:Masahiro Yamada <masahiroy@kernel.org> Reviewed-by:
Uwe Kleine-König <u.kleine-koenig@baylibre.com> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Loading
Please register or sign in to comment