From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759606AbZELDaQ (ORCPT ); Mon, 11 May 2009 23:30:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757894AbZELD37 (ORCPT ); Mon, 11 May 2009 23:29:59 -0400 Received: from mx2.redhat.com ([66.187.237.31]:34571 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757706AbZELD37 (ORCPT ); Mon, 11 May 2009 23:29:59 -0400 Date: Mon, 11 May 2009 23:29:09 -0400 From: Amerigo Wang To: linux-kernel@vger.kernel.org Cc: akpm@linux-foundation.org, Amerigo Wang , Ingo Molnar Message-Id: <20090512032956.5040.77055.sendpatchset@localhost.localdomain> Subject: [PATCH] x86: remove useless headers Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org is not needed by these files, remove them. Compile tests passed. Signed-off-by: WANG Cong Cc: Ingo Molnar --- diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index 76f8f84..ccc9b07 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c @@ -9,8 +9,6 @@ * This file handles the architecture-dependent parts of process handling.. */ -#include - #include #include #include diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c index b751a41..19d2463 100644 --- a/arch/x86/kernel/process_64.c +++ b/arch/x86/kernel/process_64.c @@ -14,8 +14,6 @@ * This file handles the architecture-dependent parts of process handling.. */ -#include - #include #include #include