From: Scott Wood Date: Thu, 21 Sep 2006 18:11:52 +0000 (-0500) Subject: [POWERPC] Include in arch/powerpc/sysdev/fsl_soc.h for phys_addr_t. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3d574abd59d49173ac3096a19575a2f7430505be;p=mv-sheeva.git [POWERPC] Include 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 Signed-off-by: Paul Mackerras --- 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 + extern phys_addr_t get_immrbase(void); #endif