aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPekka Enberg <[email protected]>2006-10-06 00:44:06 -0700
committerLinus Torvalds <[email protected]>2006-10-06 08:53:42 -0700
commit96e1a87392293cf895ea99ab70758453897c7bbf (patch)
treeeedb25924e61a5aa0348b872505695c525172451 /include
parentc6b0a9f87b82f25fa35206ec04b5160372eabab4 (diff)
[PATCH] um: irq changes break build
Fixup broken UML build due to 7d12e780e003f93433d49ce78cfedf4b4c52adc5 "IRQ: Maintain regs pointer globally rather than passing to IRQ handlers". Cc: David Howells <[email protected]> Cc: Jeff Dike <[email protected]> Cc: Paolo "Blaisorblade" Giarrusso <[email protected]> Signed-off-by: Pekka Enberg <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/asm-um/irq_regs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-um/irq_regs.h b/include/asm-um/irq_regs.h
new file mode 100644
index 000000000000..3dd9c0b70270
--- /dev/null
+++ b/include/asm-um/irq_regs.h
@@ -0,0 +1 @@
+#include <asm-generic/irq_regs.h>