diff options
author | Matthew Wilcox <matthew@wil.cx> | 2006-10-07 04:47:23 +0200 |
---|---|---|
committer | Matthew Wilcox <willy@parisc-linux.org> | 2006-10-07 04:47:23 +0200 |
commit | be577a5220b25e0a6e3fbf96bbfc8b31d63e9ea9 (patch) | |
tree | 57e159a2b6f48c4b2f20497ced1d653a7fea4834 /include/asm-parisc | |
parent | [PATCH] ixp4xxdefconfig arm fixes (diff) | |
download | linux-be577a5220b25e0a6e3fbf96bbfc8b31d63e9ea9.tar.xz linux-be577a5220b25e0a6e3fbf96bbfc8b31d63e9ea9.zip |
Build fixes for struct pt_regs removal
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Diffstat (limited to 'include/asm-parisc')
-rw-r--r-- | include/asm-parisc/irq_regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-parisc/irq_regs.h b/include/asm-parisc/irq_regs.h new file mode 100644 index 000000000000..3dd9c0b70270 --- /dev/null +++ b/include/asm-parisc/irq_regs.h @@ -0,0 +1 @@ +#include <asm-generic/irq_regs.h> |