Commit 4b78a9ff authored by Russell King's avatar Russell King Committed by Russell King

[ARM] ixp4xx: clean up includes

mach/io.h doesn't need linux/mm.h.
mach/dma.h doesn't need linux/device.h, asm/page.h or mach/hardware.h
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 32643fe6
...@@ -11,10 +11,8 @@ ...@@ -11,10 +11,8 @@
#ifndef __ASM_ARCH_DMA_H #ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H #define __ASM_ARCH_DMA_H
#include <linux/device.h> #include <asm/memory.h>
#include <asm/page.h>
#include <asm/sizes.h> #include <asm/sizes.h>
#include <mach/hardware.h>
#define MAX_DMA_ADDRESS (PAGE_OFFSET + SZ_64M) #define MAX_DMA_ADDRESS (PAGE_OFFSET + SZ_64M)
......
...@@ -49,8 +49,6 @@ extern int ixp4xx_pci_write(u32 addr, u32 cmd, u32 data); ...@@ -49,8 +49,6 @@ extern int ixp4xx_pci_write(u32 addr, u32 cmd, u32 data);
#else #else
#include <linux/mm.h>
/* /*
* In the case of using indirect PCI, we simply return the actual PCI * In the case of using indirect PCI, we simply return the actual PCI
* address and our read/write implementation use that to drive the * address and our read/write implementation use that to drive the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment