public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL] Squash warning in ppc64 xics.c
@ 2003-05-22  6:29 David Gibson
  0 siblings, 0 replies; only message in thread
From: David Gibson @ 2003-05-22  6:29 UTC (permalink / raw)
  To: Anton Blanchard; +Cc: trivial, linux-kernel

Anton, please apply.  xics.c uses ppc64_boot_msg() without prototype,
this fixes it by inclding <asm/machdep.h>.

diff -urN for-linus-ppc64/arch/ppc64/kernel/xics.c linux-congo/arch/ppc64/kernel/xics.c
--- for-linus-ppc64/arch/ppc64/kernel/xics.c	2003-05-07 15:10:18.000000000 +1000
+++ linux-congo/arch/ppc64/kernel/xics.c	2003-05-22 15:55:45.000000000 +1000
@@ -25,6 +25,7 @@
 #include <asm/xics.h>
 #include <asm/ppcdebug.h>
 #include <asm/hvcall.h>
+#include <asm/machdep.h>
 
 #include "i8259.h"
 
-- 
David Gibson			| For every complex problem there is a
david@gibson.dropbear.id.au	| solution which is simple, neat and
				| wrong.
http://www.ozlabs.org/people/dgibson

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

only message in thread, other threads:[~2003-05-22  6:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-22  6:29 [TRIVIAL] Squash warning in ppc64 xics.c David Gibson

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