summaryrefslogtreecommitdiff
path: root/scripts/kernel-doc.py
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2025-12-04 10:53:47 +0100
committerArnd Bergmann <arnd@arndb.de>2025-12-05 15:25:13 +0100
commit3ce8f4a501f61edbb5cb3fe13520f09ffb33396e (patch)
tree4eb9c74afbe50f02e915daeeb8881b2fca23ae9e /scripts/kernel-doc.py
parentad2478e9fc6ba3bf1519f5dccf65d48b0dc8c656 (diff)
ARM: omap1: avoid symbol clashes in fiq handler
The ams-delta-fiq-handler.S file has a number of symbols with fairly generic names, including one named 'exit' that causes a compiler warning in some configuration options: vmlinux.o: error: exit() function name creates ambiguity with -ffunction-sections Change all these symbols to use a .L prefix to make them local to the fiq handler. Reviewed-by: Janusz Krzysztofik <jmkrzyszt@gmail.com> Link: https://lore.kernel.org/r/20251204095355.1032786-1-arnd@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'scripts/kernel-doc.py')
0 files changed, 0 insertions, 0 deletions