Skip to content

Commit

Permalink
x86-32, mm: Remove duplicated include
Browse files Browse the repository at this point in the history
Commit b40827f ("x86-32, mm: Add an initial page table for core
bootstrapping") added an include directive which is needless and is
taken care of by a previous one.  Remove it.

Caught-by: Jaswinder Singh Rajput <jaswinderlinux@gmail.com>
Signed-off-by: Borislav Petkov <bp@alien8.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Borislav Petkov authored and Linus Torvalds committed Oct 25, 2010
1 parent c4a6eb3 commit 9afd281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kernel/acpi/sleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

#ifdef CONFIG_X86_32
#include <asm/pgtable.h>
#include <asm/pgtable_32.h>
#endif

#include "realmode/wakeup.h"
Expand Down

0 comments on commit 9afd281

Please sign in to comment.