浏览代码

[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>
Scott Wood 18 年之前
父节点
当前提交
3d574abd59
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/powerpc/sysdev/fsl_soc.h

+ 2 - 0
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