Messages in this thread Patch in this message |  | | | Date | Tue, 14 Sep 2004 13:48:13 +0200 | | From | Sylvain Munaut <> | | Subject | [PATCH 2/9] Small updates for Freescale MPC52xx |
| |
# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/09/13 21:16:32+02:00 tnt@246tNt.com # ppc: Fix missing include in Freescale MPC52xx syslib # # pgtable.h is needed for _PAGE_IO # # Signed-off-by: Sylvain Munaut <tnt@246tNt.com> # # arch/ppc/syslib/mpc52xx_setup.c # 2004/09/13 21:16:20+02:00 tnt@246tNt.com +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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |