aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86
diff options
context:
space:
mode:
authorPavel Machek <pavel@suse.cz>2008-05-21 05:44:02 -0400
committerThomas Gleixner <tglx@linutronix.de>2008-05-24 09:57:09 -0400
commit40bd21740012132afb62d78ac3e6b82372b2fbc2 (patch)
tree6187f5c5f88d7815546327a1bff8613371cb6fc8 /include/asm-x86
parent75d3bce2fc0a80f435fe12f2c9ed2632c8ac29e4 (diff)
x86: automatical unification of i8259.c
Make conversion of i8259 very mechanical -- i8259 was generated by
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)
55 udelay(2); 55 udelay(2);
56} 56}
57 57
58extern struct irq_chip i8259A_chip;
59
58#endif /* __ASM_I8259_H__ */ 60#endif /* __ASM_I8259_H__ */