Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f20ebee4 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Ingo Molnar
Browse files

x86: move 8259 defines to i8259.h



Move the i8259 defines and remove the now io_ports.h

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent f0cd0af1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -43,8 +43,6 @@
#include <mach_apicdef.h>
#include <mach_ipi.h>

#include "io_ports.h"

/*
 * Sanity check
 */
+0 −2
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@
#include <asm/arch_hooks.h>
#include <asm/i8259.h>

#include <io_ports.h>

/*
 * This is the 'legacy' 8259A Programmable Interrupt Controller,
 * present in the majority of PC/AT boxes.
+0 −2
Original line number Diff line number Diff line
@@ -48,8 +48,6 @@
#include <mach_apic.h>
#include <mach_apicdef.h>

#include "io_ports.h"

int (*ioapic_renumber_irq)(int ioapic, int irq);
atomic_t irq_mis_count;

+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
#include <asm/hpet.h>
#include <asm/time.h>

#include "io_ports.h"
#include "do_timer.h"

unsigned int cpu_khz;	/* Detected as we calibrate the TSC */
Loading