Hi,

This patch fixes the following warnings in mm.c.

mm.c:38: warning: implicit declaration of function `alloc_domain'
mm.c:38: warning: assignment makes pointer from integer without a cast
mm.c:46: warning: assignment makes pointer from integer without a cast

Kouya

Signed-off-by: Kouya Shimura <[EMAIL PROTECTED]>

diff -r e62685b48500 xen/arch/ia64/xen/mm.c
--- a/xen/arch/ia64/xen/mm.c    Tue Jun 13 15:05:33 2006 -0600
+++ b/xen/arch/ia64/xen/mm.c    Wed Jun 14 17:01:58 2006 +0900
@@ -10,6 +10,8 @@
  */
 
 #include <xen/config.h>
+#include <xen/sched.h>
+#include <xen/domain.h>
 #include <asm/xentypes.h>
 #include <asm/mm.h>
 #include <asm/pgalloc.h>
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel

Reply via email to