summaryrefslogtreecommitdiff
path: root/include/asm-x86
diff options
context:
space:
mode:
authorPavel Machek <pavel@suse.cz>2008-05-21 11:44:02 +0200
committerThomas Gleixner <tglx@linutronix.de>2008-05-24 16:44:26 +0200
commit21fd5132b223a10bdf17713dd0bf321cbd6471d2 (patch)
tree32e851b6310535e5a61f5398d80d0b07aeac0844 /include/asm-x86
parent403d8efc94cd02ae36e7db13c4edf1d06d7b7fac (diff)
x86: automatical unification of i8259.c
Make conversion of i8259 very mechanical -- i8259 was generated by diff -D, with too different parts left in i8259_32 and i8259_64.c. Only "by hand" changes were removal of #ifdef from middle of the comment (prevented compilation) and removal of one static to allow splitting into files. Of course, it will need some cleanups now, and those will follow. Signed-of-by: Pavel Machek <pavel@suse.cz>
Diffstat (limited to 'include/asm-x86')
-rw-r--r--include/asm-x86/i8259.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/i8259.h b/include/asm-x86/i8259.h
index 45d4df3e51e6..2f98df91f1f2 100644
--- a/include/asm-x86/i8259.h
+++ b/include/asm-x86/i8259.h
@@ -55,4 +55,6 @@ static inline void outb_pic(unsigned char value, unsigned int port)
udelay(2);
}
+extern struct irq_chip i8259A_chip;
+
#endif /* __ASM_I8259_H__ */