x86: move 8259 defines to i8259.h

Move the i8259 defines and remove the now io_ports.h

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Thomas Gleixner
2008-01-30 13:30:29 +01:00
committed by Ingo Molnar
parent f0cd0af1b0
commit f20ebee418
8 changed files with 16 additions and 36 deletions

View File

@@ -235,8 +235,6 @@
#include <asm/paravirt.h>
#include <asm/reboot.h>
#include "io_ports.h"
#if defined(CONFIG_APM_DISPLAY_BLANK) && defined(CONFIG_VT)
extern int (*console_blank_hook)(int);
#endif