Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d574abd authored by Scott Wood's avatar Scott Wood Committed by Paul Mackerras
Browse files

[POWERPC] Include <asm/mmu.h> in arch/powerpc/sysdev/fsl_soc.h for phys_addr_t.



This patch causes fsl_soc.h to import the definition of phys_addr_t
itself, rather than relying on its includer to do so.

Signed-off-by: default avatarScott Wood <scott@freescale.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent cc9881ce
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@
#define __PPC_FSL_SOC_H
#ifdef __KERNEL__

#include <asm/mmu.h>

extern phys_addr_t get_immrbase(void);

#endif