[POWERPC] Include <asm/mmu.h> in arch/powerpc/sysdev/fsl_soc.h for phys_addr_t.
[powerpc.git] / arch / powerpc / sysdev / fsl_soc.h
1 #ifndef __PPC_FSL_SOC_H
2 #define __PPC_FSL_SOC_H
3 #ifdef __KERNEL__
4
5 #include <asm/mmu.h>
6
7 extern phys_addr_t get_immrbase(void);
8
9 #endif
10 #endif