projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc9881c
)
[POWERPC] Include <asm/mmu.h> in arch/powerpc/sysdev/fsl_soc.h for phys_addr_t.
author
Scott Wood
<scottwood@freescale.com>
Thu, 21 Sep 2006 18:11:52 +0000
(13:11 -0500)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 22 Sep 2006 05:19:58 +0000
(15:19 +1000)
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>
arch/powerpc/sysdev/fsl_soc.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/sysdev/fsl_soc.h
b/arch/powerpc/sysdev/fsl_soc.h
index c433d3f39eddc431e0f3c914a34ab7a8cf559ef1..5a3dd480d2fd8eff791e62ae40e12de8a553b22a 100644
(file)
--- 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