Skip to content

Commit

Permalink
module: Remove leftover '#undef' from export header
Browse files Browse the repository at this point in the history
Commit 7290d58 ("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>
  • Loading branch information
willdeacon authored and Jessica Yu committed Sep 12, 2019
1 parent b605be6 commit 2e6fcfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-generic/export.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ __kcrctab_\name:
#endif
#endif
.endm
#undef __put

#if defined(CONFIG_TRIM_UNUSED_KSYMS)

Expand Down

0 comments on commit 2e6fcfe

Please sign in to comment.