提交 58a53b24 编写于 作者: J Jean Delvare 提交者: Linus Torvalds

[PATCH] io_apic.h needs apicdef.h

A -mm patch caused:

In file included from drivers/pci/quirks.c:532:
include/asm/io_apic.h:61: error: "MAX_IO_APICS" undeclared here (not in a function)

So let's include the needed header.
Signed-off-by: NJean Delvare <khali@linux-fr.org>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 d5dedf99
......@@ -3,6 +3,7 @@
#include <asm/types.h>
#include <asm/mpspec.h>
#include <asm/apicdef.h>
/*
* Intel IO-APIC support for SMP and UP systems.
......
......@@ -3,6 +3,7 @@
#include <asm/types.h>
#include <asm/mpspec.h>
#include <asm/apicdef.h>
/*
* Intel IO-APIC support for SMP and UP systems.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册