From: Will Deacon Date: Wed, 11 Sep 2019 23:00:18 +0000 (+0100) Subject: module: Remove leftover '#undef' from export header X-Git-Tag: v5.4-rc1~78^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=2e6fcfeb9df6048a63fe0d5f7dfa39274bacbb71;p=linux.git module: Remove leftover '#undef' from export header 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 Cc: Jessica Yu Signed-off-by: Will Deacon Signed-off-by: Jessica Yu --- diff --git a/include/asm-generic/export.h b/include/asm-generic/export.h index d0912c7ac2fc..fa577978fbbd 100644 --- a/include/asm-generic/export.h +++ b/include/asm-generic/export.h @@ -55,7 +55,6 @@ __kcrctab_\name: #endif #endif .endm -#undef __put #if defined(CONFIG_TRIM_UNUSED_KSYMS)