From: Jaswinder Singh Rajput Date: Mon, 10 Aug 2009 15:45:42 +0000 (+0100) Subject: MN10300: includecheck fix: mn10300, pci.h X-Git-Tag: v2.6.31-rc6~25 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=04e35357e2e3ff4e0cabd6468354cf3dbfeb4f27;p=linux-2.6-block.git MN10300: includecheck fix: mn10300, pci.h Fix the following 'make includecheck' warning: arch/mn10300/include/asm/pci.h: linux/mm.h is included more than once. Signed-off-by: Jaswinder Singh Rajput Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- diff --git a/arch/mn10300/include/asm/pci.h b/arch/mn10300/include/asm/pci.h index 35d2ed6396f6..19aecc90f7a4 100644 --- a/arch/mn10300/include/asm/pci.h +++ b/arch/mn10300/include/asm/pci.h @@ -59,7 +59,6 @@ void pcibios_penalize_isa_irq(int irq); #include #include #include -#include #include struct pci_dev;