]> git.baikalelectronics.ru Git - kernel.git/commit
modpost: assume STT_SPARC_REGISTER is defined
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 4 Jan 2020 15:36:51 +0000 (00:36 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 15 Jan 2020 15:26:22 +0000 (00:26 +0900)
commit3fa68d6f4efb6a7874d2829863b401473a4fcdfe
tree9420b7758cbbb75130c299126a8326270c6c123c
parent0b818b40fa845b1d287e3a942d8b3278dd759bd8
modpost: assume STT_SPARC_REGISTER is defined

Commit 0193a95d41e4 ("[SPARC]: Deal with glibc changing macro names in
modpost.c") was more than 14 years ago. STT_SPARC_REGISTER is hopefully
defined in elf.h of recent C libraries.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: David S. Miller <davem@davemloft.net>
scripts/mod/modpost.c