aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Deacon <[email protected]>2019-09-12 00:00:18 +0100
committerJessica Yu <[email protected]>2019-09-12 15:29:46 +0200
commit2e6fcfeb9df6048a63fe0d5f7dfa39274bacbb71 (patch)
tree7ba75d3a795cd3f292f9df67a23d9317fcd45394
parentb605be658188005efd2d447e0989fd1f4aab8862 (diff)
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 <[email protected]> Cc: Jessica Yu <[email protected]> Signed-off-by: Will Deacon <[email protected]> Signed-off-by: Jessica Yu <[email protected]>
-rw-r--r--include/asm-generic/export.h1
1 files changed, 0 insertions, 1 deletions
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)