浏览代码

[PATCH] i386: arch/i386/kernel/e820.c should #include <asm/setup.h

Every file should #include the headers containing the prototypes for
its global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Adrian Bunk 18 年之前
父节点
当前提交
90611fe923
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/i386/kernel/e820.c

+ 1 - 0
arch/i386/kernel/e820.c

@@ -14,6 +14,7 @@
 #include <asm/pgtable.h>
 #include <asm/pgtable.h>
 #include <asm/page.h>
 #include <asm/page.h>
 #include <asm/e820.h>
 #include <asm/e820.h>
+#include <asm/setup.h>
 
 
 #ifdef CONFIG_EFI
 #ifdef CONFIG_EFI
 int efi_enabled = 0;
 int efi_enabled = 0;