ソースを参照

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>
Catalin Marinas 16 年 前
コミット
b32f3afe3c
1 ファイル変更1 行追加0 行削除
  1. 1 0
      arch/arm/mm/nommu.c

+ 1 - 0
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"