[PATCH] ppc64: Fix compile warnings in arch/ppc64/kernel/lparcfg.c
Michael Ellerman
michael at ellerman.id.au
Fri Jun 24 17:17:07 EST 2005
Hi,
Stephen's patch to remove LparData.h missed an include in lparcfg.c
This fixes a few compile warnings.
Signed-off-by: Michael Ellerman <michael at ellerman.id.au>
Index: work/arch/ppc64/kernel/lparcfg.c
===================================================================
--- work.orig/arch/ppc64/kernel/lparcfg.c
+++ work/arch/ppc64/kernel/lparcfg.c
@@ -34,6 +34,7 @@
#include <asm/system.h>
#include <asm/time.h>
#include <asm/iSeries/ItExtVpdPanel.h>
+#include <asm/prom.h>
#define MODULE_VERS "1.6"
#define MODULE_NAME "lparcfg"
More information about the Linuxppc64-dev
mailing list