[PATCH] ppc64: Add missing include

Anton Blanchard anton at samba.org
Tue Sep 6 11:50:55 EST 2005


From: Milton Miller <miltonm at bga.com>

inline pmac_call_feature references ppc_md so include asm/machdep.h
in asm/pmac_feature.h

Signed-off-by: Milton Miller <miltonm at bga.com>
Signed-off-by: Anton Blanchard <anton at samba.org>

Index: build/include/asm-ppc/pmac_feature.h
===================================================================
--- build.orig/include/asm-ppc/pmac_feature.h	2005-09-05 20:29:30.000000000 +1000
+++ build/include/asm-ppc/pmac_feature.h	2005-09-05 20:29:35.000000000 +1000
@@ -32,6 +32,7 @@
 #define __PPC_ASM_PMAC_FEATURE_H
 
 #include <asm/macio.h>
+#include <asm/machdep.h>
 
 /*
  * Known Mac motherboard models



More information about the Linuxppc64-dev mailing list