Skip to content

Commit

Permalink
[PATCH] i386: arch/i386/kernel/e820.c should #include <asm/setup.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Andi Kleen committed Feb 13, 2007
1 parent 006e84e commit 90611fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/i386/kernel/e820.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <asm/pgtable.h>
#include <asm/page.h>
#include <asm/e820.h>
#include <asm/setup.h>

#ifdef CONFIG_EFI
int efi_enabled = 0;
Expand Down

0 comments on commit 90611fe

Please sign in to comment.