[PATCH 2/9] Small updates for Freescale MPC52xx

From: Sylvain Munaut
Date: Tue Sep 14 2004 - 07:38:00 EST


# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/09/13 21:16:32+02:00 tnt@xxxxxxxxxx
# ppc: Fix missing include in Freescale MPC52xx syslib
# # pgtable.h is needed for _PAGE_IO
# # Signed-off-by: Sylvain Munaut <tnt@xxxxxxxxxx>
#
# arch/ppc/syslib/mpc52xx_setup.c
# 2004/09/13 21:16:20+02:00 tnt@xxxxxxxxxx +1 -0
# ppc: Fix missing include in Freescale MPC52xx syslib
#
diff -Nru a/arch/ppc/syslib/mpc52xx_setup.c b/arch/ppc/syslib/mpc52xx_setup.c
--- a/arch/ppc/syslib/mpc52xx_setup.c 2004-09-14 12:47:30 +02:00
+++ b/arch/ppc/syslib/mpc52xx_setup.c 2004-09-14 12:47:30 +02:00
@@ -23,6 +23,7 @@
#include <asm/mpc52xx.h>
#include <asm/mpc52xx_psc.h>
#include <asm/ocp.h>
+#include <asm/pgtable.h>
#include <asm/ppcboot.h>

extern bd_t __res;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/