]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] ppc64: Squash warning in ppc64 xics.c
authorAndrew Morton <akpm@digeo.com>
Sun, 25 May 2003 08:09:02 +0000 (01:09 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 25 May 2003 08:09:02 +0000 (01:09 -0700)
From: David Gibson <david@gibson.dropbear.id.au>

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

arch/ppc64/kernel/xics.c

index 74b304da1bd44d09ad632e332daeeede003af91f..2226ec69d8a6edb0f2efa7d7f39b5de18307bc48 100644 (file)
@@ -25,6 +25,7 @@
 #include <asm/xics.h>
 #include <asm/ppcdebug.h>
 #include <asm/hvcall.h>
+#include <asm/machdep.h>
 
 #include "i8259.h"