Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ __kcrctab_\name:
#endif
#endif
.endm
#undef __put

#if defined(CONFIG_TRIM_UNUSED_KSYMS)