From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759272AbXGUPDV (ORCPT ); Sat, 21 Jul 2007 11:03:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S936610AbXGUPCn (ORCPT ); Sat, 21 Jul 2007 11:02:43 -0400 Received: from ug-out-1314.google.com ([66.249.92.174]:37344 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S939078AbXGUPCl (ORCPT ); Sat, 21 Jul 2007 11:02:41 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:cc:mime-version:content-disposition:content-type:content-transfer-encoding:message-id; b=SLI4VBattDFFvPkd4H+5JYRAGsYqouUt+scgUoM4JnXrWwKYsXFdWDfIXddMLgBWzQpCe31/qXzT1dZddme4PEpHz0mY+kg6ijAW88jFqqvz4C9nDRvlbR/BDIU5NpcMUCVV7gSZTrnzCDWp4cbCG90BGpyFBh6fbAIXK+G7m18= From: Jesper Juhl To: Linux Kernel Mailing List Subject: [PATCH][02/37] Clean up duplicate includes in arch/i386/kernel/ Date: Sat, 21 Jul 2007 17:01:43 +0200 User-Agent: KMail/1.9.7 Cc: Andrew Morton , Jesper Juhl , Greg Kroah-Hartman , Andi Kleen MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200707211701.44129.jesper.juhl@gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, This patch cleans up duplicate includes in arch/i386/kernel/ Signed-off-by: Jesper Juhl --- diff --git a/arch/i386/kernel/pci-dma.c b/arch/i386/kernel/pci-dma.c index 048f09b..c8a332c 100644 --- a/arch/i386/kernel/pci-dma.c +++ b/arch/i386/kernel/pci-dma.c @@ -12,7 +12,6 @@ #include #include #include -#include #include struct dma_coherent_mem {