Re: [PATCH] module: Remove leftover '#undef' from export header

From: Jessica Yu
Date: Thu Sep 12 2019 - 09:31:30 EST


+++ 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 <ard.biesheuvel@xxxxxxxxxx>
Cc: Jessica Yu <jeyu@xxxxxxxxxx>
Signed-off-by: Will Deacon <will@xxxxxxxxxx>
---

I spotted this trivial issue when debugging the namespace issue earlier
today, so here's the patch.

Applied, thanks for the cleanup!

Jessica