diff options
author | Pavel Machek <pavel@suse.cz> | 2008-05-21 11:44:02 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-24 15:57:09 +0200 |
commit | 40bd21740012132afb62d78ac3e6b82372b2fbc2 (patch) | |
tree | 6187f5c5f88d7815546327a1bff8613371cb6fc8 /include/asm-x86/i8259.h | |
parent | 75d3bce2fc0a80f435fe12f2c9ed2632c8ac29e4 (diff) | |
download | linux-3.10-40bd21740012132afb62d78ac3e6b82372b2fbc2.tar.gz linux-3.10-40bd21740012132afb62d78ac3e6b82372b2fbc2.tar.bz2 linux-3.10-40bd21740012132afb62d78ac3e6b82372b2fbc2.zip |
x86: automatical unification of i8259.c
Make conversion of i8259 very mechanical -- i8259 was generated by
Diffstat (limited to 'include/asm-x86/i8259.h')
-rw-r--r-- | include/asm-x86/i8259.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/i8259.h b/include/asm-x86/i8259.h index 45d4df3e51e..2f98df91f1f 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__ */ |