[PATCH] fix implicit declaration of GET_APIC_ID in arch/i386/kernel/apic.c

From: Jesper Juhl
Date: Sun Feb 26 2006 - 10:09:59 EST



Fix implicit declaration of GET_APIC_ID in arch/i386/kernel/apic.c

arch/i386/kernel/apic.c:840: warning: implicit declaration of function `GET_APIC_ID'


Signed-off-by: Jesper Juhl <jesper.juhl@xxxxxxxxx>
---

arch/i386/kernel/apic.c | 1 +
1 files changed, 1 insertion(+)

--- linux-2.6.16-rc4-mm2-orig/arch/i386/kernel/apic.c 2006-02-18 02:08:40.000000000 +0100
+++ linux-2.6.16-rc4-mm2/arch/i386/kernel/apic.c 2006-02-26 15:42:48.000000000 +0100
@@ -38,6 +38,7 @@
#include <asm/i8253.h>

#include <mach_apic.h>
+#include <mach_apicdef.h>
#include <mach_ipi.h>

#include "io_ports.h"


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/