mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] fix implicit declaration of GET_APIC_ID in arch/i386/kernel/apic.c
@ 2006-02-26 15:11 Jesper Juhl
  0 siblings, 0 replies; only message in thread
From: Jesper Juhl @ 2006-02-26 15:11 UTC (permalink / raw)
  To: linux-kernel; +Cc: mingo, Jesper Juhl


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@gmail.com>
---

 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"



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-26 15:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-26 15:11 [PATCH] fix implicit declaration of GET_APIC_ID in arch/i386/kernel/apic.c Jesper Juhl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome