MN10300: includecheck fix: mn10300, pci.h
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Mon, 10 Aug 2009 15:45:42 +0000 (16:45 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Aug 2009 15:54:27 +0000 (08:54 -0700)
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 <jaswinderrajput@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mn10300/include/asm/pci.h

index 35d2ed6..19aecc9 100644 (file)
@@ -59,7 +59,6 @@ void pcibios_penalize_isa_irq(int irq);
 #include <linux/slab.h>
 #include <asm/scatterlist.h>
 #include <linux/string.h>
-#include <linux/mm.h>
 #include <asm/io.h>
 
 struct pci_dev;