提交 15d613cb 编写于 作者: P Pavel Machek 提交者: Thomas Gleixner

x86: i8259.c: remove #ifdefs around includes

Remove #ifdefs around includes; including too much should be always
safe.
Signed-off-by: NPavel Machek <pavel@suse.cz>
Cc: macro@ds2.pg.gda.pl
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 21fd5132
#ifdef CONFIG_X86_64
#include <linux/linkage.h>
#endif /* CONFIG_X86_64 */
#include <linux/errno.h>
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/ioport.h>
#include <linux/interrupt.h>
#ifdef CONFIG_X86_64
#include <linux/timex.h>
#endif /* CONFIG_X86_64 */
#include <linux/slab.h>
#include <linux/random.h>
#include <linux/init.h>
......@@ -16,24 +12,17 @@
#include <linux/sysdev.h>
#include <linux/bitops.h>
#ifdef CONFIG_X86_64
#include <asm/acpi.h>
#endif /* CONFIG_X86_64 */
#include <asm/atomic.h>
#include <asm/system.h>
#include <asm/io.h>
#ifndef CONFIG_X86_64
#include <asm/timer.h>
#else /* CONFIG_X86_64 */
#include <asm/hw_irq.h>
#endif /* CONFIG_X86_64 */
#include <asm/pgtable.h>
#include <asm/delay.h>
#include <asm/desc.h>
#include <asm/apic.h>
#ifndef CONFIG_X86_64
#include <asm/arch_hooks.h>
#endif /* ! CONFIG_X86_64 */
#include <asm/i8259.h>
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册