[PATCH] ARM: nommu: add missing include of asm/procinfo.h

Olof Johansson olof at lixom.net
Wed Nov 13 02:05:29 EST 2013


When building for nommu, the following warning results:

arch/arm/mm/nommu.c:303:17: warning: 'struct proc_info_list' declared
    inside parameter list

Add the missing include of asm/procinfo.h.

Signed-off-by: Olof Johansson <olof at lixom.net>
---
 arch/arm/mm/nommu.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mm/nommu.c b/arch/arm/mm/nommu.c
index 5c668b7..55764a7 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"
 
-- 
1.7.10.4




More information about the linux-arm-kernel mailing list