module: Remove leftover '#undef' from export header
authorWill Deacon <will@kernel.org>
Wed, 11 Sep 2019 23:00:18 +0000 (00:00 +0100)
committerJessica Yu <jeyu@kernel.org>
Thu, 12 Sep 2019 13:29:46 +0000 (15:29 +0200)
Commit 7290d5809571 ("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>
include/asm-generic/export.h

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