diff options
author | Scott Wood <scottwood@freescale.com> | 2006-09-21 13:11:52 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-09-22 15:19:58 +1000 |
commit | 3d574abd59d49173ac3096a19575a2f7430505be (patch) | |
tree | 8657d051db10eb49e36d85b09269fc075cc53a8e | |
parent | cc9881ce371dc7ff3ef5404feda59566fabaf521 (diff) |
[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: Scott Wood <scott@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | arch/powerpc/sysdev/fsl_soc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/fsl_soc.h b/arch/powerpc/sysdev/fsl_soc.h index c433d3f39ed..5a3dd480d2f 100644 --- a/arch/powerpc/sysdev/fsl_soc.h +++ b/arch/powerpc/sysdev/fsl_soc.h @@ -2,6 +2,8 @@ #define __PPC_FSL_SOC_H #ifdef __KERNEL__ +#include <asm/mmu.h> + extern phys_addr_t get_immrbase(void); #endif |