diff options
| author | Tom Rini <trini@kernel.crashing.org> | 2002-11-21 19:07:50 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-11-21 19:07:50 -0800 |
| commit | 241c59e257d3b1b04f281773d06e2cc94a9d78f5 (patch) | |
| tree | f6ef9c1ae2775961535ee92528f987f6492a2459 /include/linux | |
| parent | 0c7eef6a3c19cb2d31dc4c1d468e5f429aff0aed (diff) | |
[PATCH] Add back in <asm/system.h> and <linux/linkage.h> to <linux/interrupt.h>
linux/interrupt.h needs:
asm/system.h: smb_mb()
linux/linkage.h: asmlinkage/FASTCALL/etc.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/interrupt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 21023d2807e8..7a0681b9e880 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -3,11 +3,13 @@ #define _LINUX_INTERRUPT_H #include <linux/config.h> +#include <linux/linkage.h> #include <linux/bitops.h> #include <asm/atomic.h> #include <asm/hardirq.h> #include <asm/ptrace.h> #include <asm/softirq.h> +#include <asm/system.h> struct irqaction { void (*handler)(int, void *, struct pt_regs *); |
