From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757325Ab0JYQZ2 (ORCPT ); Mon, 25 Oct 2010 12:25:28 -0400 Received: from mail.skyhub.de ([78.46.96.112]:48310 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756203Ab0JYQZ1 (ORCPT ); Mon, 25 Oct 2010 12:25:27 -0400 Date: Mon, 25 Oct 2010 18:25:23 +0200 From: Borislav Petkov To: Ingo Molnar Cc: Linus Torvalds , Jaswinder Singh Rajput , "H. Peter Anvin" , "H. Peter Anvin" , Linux Kernel Mailing List , Thomas Gleixner Subject: [PATCH] x86-32, mm: Remove duplicated include Message-ID: <20101025162523.GA4712@a1.tnic> Mail-Followup-To: Borislav Petkov , Ingo Molnar , Linus Torvalds , Jaswinder Singh Rajput , "H. Peter Anvin" , "H. Peter Anvin" , Linux Kernel Mailing List , Thomas Gleixner References: <201010230117.o9N1H2Mk032101@hera.kernel.org> <20101023092429.GA910@liondog.tnic> <20101023141534.GC7768@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20101023141534.GC7768@elte.hu> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 23, 2010 at 04:15:34PM +0200, Ingo Molnar wrote: > Please send a delta patch and we can do any trivial changes via the > usual channels. The tree hpa sent to Linus is tested and this is > tricky code. Ok, here it is, 32-bit randconfig tested for a day. -- From: Borislav Petkov Date: Mon, 25 Oct 2010 18:15:22 +0200 Subject: [PATCH] x86-32, mm: Remove duplicated include b40827fa7268fda8a62490728a61c2856f33830b added an include directive which is needless and is taken care of by a previous one. Remove it. Caught-by: Jaswinder Singh Rajput Signed-off-by: Borislav Petkov --- arch/x86/kernel/acpi/sleep.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/acpi/sleep.c b/arch/x86/kernel/acpi/sleep.c index 74a8478..69fd72a 100644 --- a/arch/x86/kernel/acpi/sleep.c +++ b/arch/x86/kernel/acpi/sleep.c @@ -15,7 +15,6 @@ #ifdef CONFIG_X86_32 #include -#include #endif #include "realmode/wakeup.h" -- 1.7.1 -- Regards/Gruss, Boris.