[PATCH] powerpc: pseries/dtl.c should include asm/firmware.h

Jeremy Kerr jk at ozlabs.org
Wed Apr 15 09:45:46 EST 2009


From: Sachin Sant <sachinp at in.ibm.com>

A randconfig build on powerpc failed with:

dtl.c: In function ‘dtl_init’:
dtl.c:238: error: implicit declaration of function ‘firmware_has_feature’
dtl.c:238: error: ‘FW_FEATURE_SPLPAR’ undeclared (first use in this function)

- We need firmware.h for these definitions.

Signed-off-by: Sachin Sant <sachinp at in.ibm.com>
Signed-off-by: Jeremy Kerr <jk at ozlabs.org>

---
 arch/powerpc/platforms/pseries/dtl.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/platforms/pseries/dtl.c b/arch/powerpc/platforms/pseries/dtl.c
index fafcaa0..ab69925 100644
--- a/arch/powerpc/platforms/pseries/dtl.c
+++ b/arch/powerpc/platforms/pseries/dtl.c
@@ -25,6 +25,7 @@
 #include <asm/smp.h>
 #include <asm/system.h>
 #include <asm/uaccess.h>
+#include <asm/firmware.h>
 
 #include "plpar_wrappers.h"
 



More information about the Linuxppc-dev mailing list