1
0
Fork 0

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

This is needed for the struct meminfo definition.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
wifi-calibration
Catalin Marinas 2009-07-24 12:35:03 +01:00
parent ab6494f0c9
commit b32f3afe3c
1 changed files with 1 additions and 0 deletions

View File

@ -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"