Commit 2e6fcfeb authored by Will Deacon's avatar Will Deacon Committed by Jessica Yu

module: Remove leftover '#undef' from export header

Commit 7290d580 ("module: use relative references for __ksymtab
entries") converted the '__put' #define into an assembly macro in
asm-generic/export.h but forgot to remove the corresponding '#undef'.

Remove the leftover '#undef'.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Jessica Yu <jeyu@kernel.org>
Signed-off-by: default avatarWill Deacon <will@kernel.org>
Signed-off-by: default avatarJessica Yu <jeyu@kernel.org>
parent b605be65
......@@ -55,7 +55,6 @@ __kcrctab_\name:
#endif
#endif
.endm
#undef __put
#if defined(CONFIG_TRIM_UNUSED_KSYMS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment