dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Michael Ellerman 2008-05-08 14:27:11 +10:00 committed by Paul Mackerras
parent c884116ac3
commit 8fa29d22dc
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include <asm/hw_irq.h>
#include <asm/ppc-pci.h>
#include <sysdev/mpic.h>
static void __mpic_msi_reserve_hwirq(struct mpic *mpic, irq_hw_number_t hwirq)
{