]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 9217/1: add definition of arch_irq_work_raise()
authorBen Dooks <ben-linux@fluff.org>
Sun, 24 Jul 2022 22:39:20 +0000 (23:39 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Thu, 28 Jul 2022 14:09:15 +0000 (15:09 +0100)
commit626c8d56355805009ee9e6de733c35b7407a0863
tree4a4a5cce248cc9116ed02b2baf435b802e50f052
parent885c1feafcd892e78ad390c644d09dde41de0930
ARM: 9217/1: add definition of arch_irq_work_raise()

The arm <asm/irq_work.h> does not define arch_irq_work_raise()
so is triggering the following sparse warning. Add a definiton
to fix this:

kernel/irq_work.c:70:13: warning: symbol 'arch_irq_work_raise' was not declared. Should it be static?
arch/arm/kernel/smp.c:582:6: warning: symbol 'arch_irq_work_raise' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/include/asm/irq_work.h