diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-23 00:40:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-23 00:40:54 +0000 |
commit | 529c593ece216e4aaffd36bd940cb94f1fa63129 (patch) | |
tree | 78f1c0b805f5656aa7b0417a043c5346f700a2cf /arch/ppc/kernel/local_irq.h | |
parent | 0bd079751d25808d1972baee5c4eaa1db2227257 (diff) |
Merge with 2.3.43. I did ignore all modifications to the qlogicisp.c
driver due to the Origin A64 hacks.
Diffstat (limited to 'arch/ppc/kernel/local_irq.h')
-rw-r--r-- | arch/ppc/kernel/local_irq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ppc/kernel/local_irq.h b/arch/ppc/kernel/local_irq.h index 602192013..840b14d6f 100644 --- a/arch/ppc/kernel/local_irq.h +++ b/arch/ppc/kernel/local_irq.h @@ -4,6 +4,8 @@ #include <linux/kernel_stat.h> #include <linux/interrupt.h> +#include <linux/cache.h> +#include <linux/spinlock.h> #include <linux/irq.h> void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq); |