aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2013-11-14 10:58:30 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2013-11-14 10:59:50 +0000
commit83651bb988b169deae16608262e996eb718c6ab4 (patch)
treea0574a9ec2c2e6b0094f6a75432f2fbdd5a935ee /arch/arm/mm
parentMerge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm (diff)
downloadlinux-dev-83651bb988b169deae16608262e996eb718c6ab4.tar.xz
linux-dev-83651bb988b169deae16608262e996eb718c6ab4.zip
ARM: Fix nommu.c build warning
The 0-day kernel build robot found this new warning: arch/arm/mm/nommu.c:303:17: warning: 'struct proc_info_list' declared inside parameter list [enabled by default] arch/arm/mm/nommu.c:303:17: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] Fix it by including the appropriate header. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm')
-rw-r--r--arch/arm/mm/nommu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mm/nommu.c b/arch/arm/mm/nommu.c
index 5c668b7a31f9..55764a7ef1f0 100644
--- a/arch/arm/mm/nommu.c
+++ b/arch/arm/mm/nommu.c
@@ -18,6 +18,7 @@
#include <asm/mach/arch.h>
#include <asm/cputype.h>
#include <asm/mpu.h>
+#include <asm/procinfo.h>
#include "mm.h"