Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b32f3afe authored by Catalin Marinas's avatar Catalin Marinas
Browse files

nommu: Include asm/setup.h in arch/arm/mm/nommu.c



This is needed for the struct meminfo definition.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent ab6494f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"