OSDN Git Service

target/xtensa: make xtensa_modules static on import
authorMax Filippov <jcmvbkbc@gmail.com>
Tue, 30 Mar 2021 06:59:49 +0000 (23:59 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Sat, 3 Apr 2021 15:52:18 +0000 (08:52 -0700)
commit30c676134eb8f956853a55023d694062062d40d7
treebc11339aeef8f335eac8162c3b4706e8bef22811
parent84317d57e8c61ff68eeaa1f2de93472fa930a6a4
target/xtensa: make xtensa_modules static on import

xtensa_modules variable defined in each xtensa-modules.c.inc is only
used locally by the including file. Make it static.

Reported-by: Yury Gribov <tetra2005@gmail.com>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/xtensa/import_core.sh