1
0
Fork 0

module: Remove leftover '#undef' from export header

Commit 7290d58095 ("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: Will Deacon <will@kernel.org>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
alistair/sunxi64-5.4-dsi
Will Deacon 2019-09-12 00:00:18 +01:00 committed by Jessica Yu
parent b605be6581
commit 2e6fcfeb9d
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ __kcrctab_\name:
#endif
#endif
.endm
#undef __put
#if defined(CONFIG_TRIM_UNUSED_KSYMS)