diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-10 00:14:55 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-10 00:14:55 -0400 |
commit | b60fc8bbd2d0ea2a9b1fc7271d521fcf47f27bfd (patch) | |
tree | bd3fb544fc6ea9484fddb6ba6e05f1027b8b0c63 /arch/ppc/kernel/irq.c | |
parent | b5bbeb23732196558222a2827092f5b7be8a7945 (diff) |
powerpc: Make some #includes explicit.
In preparation for merging processor.h, this adds some explicit
but won't be after the merge.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/kernel/irq.c')
-rw-r--r-- | arch/ppc/kernel/irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/kernel/irq.c b/arch/ppc/kernel/irq.c index 8843f3af230f..772e428aaa59 100644 --- a/arch/ppc/kernel/irq.c +++ b/arch/ppc/kernel/irq.c | |||
@@ -57,6 +57,7 @@ | |||
57 | #include <asm/cache.h> | 57 | #include <asm/cache.h> |
58 | #include <asm/prom.h> | 58 | #include <asm/prom.h> |
59 | #include <asm/ptrace.h> | 59 | #include <asm/ptrace.h> |
60 | #include <asm/machdep.h> | ||
60 | 61 | ||
61 | #define NR_MASK_WORDS ((NR_IRQS + 31) / 32) | 62 | #define NR_MASK_WORDS ((NR_IRQS + 31) / 32) |
62 | 63 | ||