Skip to content

Commit

Permalink
x86-32, mm: Remove duplicated #include
Browse files Browse the repository at this point in the history
b40827f added an include
directive which is needless and is taken care of by a previous
one. Remove it.

Caught-by: Jaswinder Singh Rajput <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Jaswinder Singh Rajput <[email protected]>
Cc: H. Peter Anvin <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
bp3tk0v authored and Ingo Molnar committed Oct 25, 2010
1 parent 7d7a48b commit 610470c
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 610470c

Please sign in to comment.