From: Borislav Petkov <bp@alien8.de>
Date: Mon, 25 Oct 2010 16:15:22 +0000 (+0200)
Subject: x86-32, mm: Remove duplicated include
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9afd281a152702143961c09b5482a66eeefe5e03;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

x86-32, mm: Remove duplicated include

Commit b40827fa7268 ("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>
---

diff --git a/arch/x86/kernel/acpi/sleep.c b/arch/x86/kernel/acpi/sleep.c
index 74a847835bab..69fd72aa5594 100644
--- a/arch/x86/kernel/acpi/sleep.c
+++ b/arch/x86/kernel/acpi/sleep.c
@@ -15,7 +15,6 @@
 
 #ifdef CONFIG_X86_32
 #include <asm/pgtable.h>
-#include <asm/pgtable_32.h>
 #endif
 
 #include "realmode/wakeup.h"