Skip to content
Commit a0469f98 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

export.h: remove defined(__KERNEL__), which is no longer needed



The conditional, define(__KERNEL__), was added by commit f2355416
("export.h: allow for per-symbol configurable EXPORT_SYMBOL()").

It was needed at that time to avoid the build error of modpost
with CONFIG_TRIM_UNUSED_KSYMS=y.

Since commit b2c5cdcf ("modpost: remove symbol prefix support"),
modpost no longer includes linux/export.h, thus the define(__KERNEL__)
is unneeded.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarNicolas Pitre <nico@fluxnic.net>
parent 6863f564
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment