Skip to content
Snippets Groups Projects
Commit a3df1526 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

modpost: disallow the combination of EXPORT_SYMBOL and __meminit*


Theoretically, we could export conditionally-discarded code sections,
such as .meminit*, if all the users can become modular under a certain
condition. However, that would be difficult to control and such a tricky
case has never occurred.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 48cd8df7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment