module: Remove leftover '#undef' from export header
authorWill Deacon <will@kernel.org>
Wed, 11 Sep 2019 23:00:18 +0000 (00:00 +0100)
committerJessica Yu <jeyu@kernel.org>
Thu, 12 Sep 2019 13:29:46 +0000 (15:29 +0200)
commit2e6fcfeb9df6048a63fe0d5f7dfa39274bacbb71
tree7ba75d3a795cd3f292f9df67a23d9317fcd45394
parentb605be658188005efd2d447e0989fd1f4aab8862
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 <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>
include/asm-generic/export.h