Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[POWERPC] sysdev/mpic_msi.c should include sysdev/mpic.h

Some of the routines defined in mpic_msi.c are declared mpic.h,
so the former should include the latter.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

authored by

Michael Ellerman and committed by
Paul Mackerras
8fa29d22 c884116a

+1
+1
arch/powerpc/sysdev/mpic_msi.c
··· 16 16 #include <asm/hw_irq.h> 17 17 #include <asm/ppc-pci.h> 18 18 19 + #include <sysdev/mpic.h> 19 20 20 21 static void __mpic_msi_reserve_hwirq(struct mpic *mpic, irq_hw_number_t hwirq) 21 22 {