Commit a45db3d6 authored by Sylvain Munaut's avatar Sylvain Munaut Committed by Linus Torvalds

ppc: Fix missing include in Freescale MPC52xx syslib

pgtable.h is required for _PAGE_IO
Signed-off-by: default avatarSylvain Munaut <tnt@246tNt.com>
parent 6cffe41b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment