+++ Will Deacon [12/09/19 00:00 +0100]:
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]> --- I spotted this trivial issue when debugging the namespace issue earlier today, so here's the patch.
Applied, thanks for the cleanup! Jessica

