]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Add missing prototype for arch_irq_work_raise()
authorMathieu Malaterre <malat@debian.org>
Sun, 25 Feb 2018 17:22:29 +0000 (18:22 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Mar 2018 04:50:37 +0000 (15:50 +1100)
commit4f9b146cbacec9e607aba98c2ed35e68e8bd552b
tree451e1b1fcdde74c71d19e64c4afe1432493e3c01
parentf73222ad78fe21768e45a29e88f64d137ba2d579
powerpc: Add missing prototype for arch_irq_work_raise()

In commit b0eeb4ae4c32 ("irq_work, ppc: Fix up arch hooks") a new
function arch_irq_work_raise() was added without a prototype in header
irq_work.h.

Fix the following warning (treated as error in W=1):
  arch/powerpc/kernel/time.c:523:6: error: no previous prototype for ‘arch_irq_work_raise’

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/irq_work.h