diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-08-10 14:33:56 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2023-08-21 17:40:30 +0100 |
commit | 424a4aec7a2392d248e2f260ba571a01e24b8ec2 (patch) | |
tree | aa41b5cd0b68124dd6c5289105730502514a8f0c /tools/perf/scripts/python | |
parent | 90e921d768677172cbb4be1d7597d556ae018020 (diff) |
irqchipr/i8259: Mark i8259_of_init() static
i8259_of_init() is only used as an initcall and does not need to be global,
so mark it static to avoid:
drivers/irqchip/irq-i8259.c:343:12: warning: no previous prototype for 'i8259_of_init' [-Wmissing-prototypes]
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230810123404.1222332-3-arnd@kernel.org
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions