projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab6494f
)
nommu: Include asm/setup.h in arch/arm/mm/nommu.c
author
Catalin Marinas
<catalin.marinas@arm.com>
Fri, 24 Jul 2009 11:35:03 +0000
(12:35 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Fri, 24 Jul 2009 11:35:03 +0000
(12:35 +0100)
This is needed for the struct meminfo definition.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm/mm/nommu.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mm/nommu.c
b/arch/arm/mm/nommu.c
index ad7bacc693b2553b3571eee8ee4ec54b1bb44de5..900811cc9130669b0377f7a155b95cd57c64ca34 100644
(file)
--- a/
arch/arm/mm/nommu.c
+++ b/
arch/arm/mm/nommu.c
@@
-12,6
+12,7
@@
#include <asm/cacheflush.h>
#include <asm/sections.h>
#include <asm/page.h>
+#include <asm/setup.h>
#include <asm/mach/arch.h>
#include "mm.h"