Skip to content

Commit

Permalink
[POWERPC] Include <asm/mmu.h> in arch/powerpc/sysdev/fsl_soc.h for ph…
Browse files Browse the repository at this point in the history
…ys_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>
  • Loading branch information
Scott Wood authored and Paul Mackerras committed Sep 22, 2006
1 parent cc9881c commit 3d574ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/sysdev/fsl_soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#define __PPC_FSL_SOC_H
#ifdef __KERNEL__

#include <asm/mmu.h>

extern phys_addr_t get_immrbase(void);

#endif
Expand Down

0 comments on commit 3d574ab

Please sign in to comment.