diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-12 23:04:43 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-03 21:37:59 +0400 |
commit | 7658e7f9a8122b0678e4b4280308560aa5444bd5 (patch) | |
tree | 400e6622d65b3d39d862fa0671da316bf872322b /drivers/mfd/mcp-core.c | |
parent | 30816ac0495cb4f33fc8d748f64ac3cc880cb3c1 (diff) | |
download | linux-7658e7f9a8122b0678e4b4280308560aa5444bd5.tar.xz |
MFD: mcp-sa11x0: remove DMA initializers and variables
The dma_device_t variables are only ever written to by mcp-sa11x0 and
never read. As the old SA11x0 DMA support will be removed, remove
these so that it no longer depends on the old SA11x0 DMA definitions.
Acked-by: Jochen Friedrich <jochen@scram.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mfd/mcp-core.c')
-rw-r--r-- | drivers/mfd/mcp-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/mcp-core.c b/drivers/mfd/mcp-core.c index cc7643177841..280a4f8a7876 100644 --- a/drivers/mfd/mcp-core.c +++ b/drivers/mfd/mcp-core.c @@ -19,7 +19,6 @@ #include <linux/string.h> #include <linux/mfd/mcp.h> -#include <mach/dma.h> #include <asm/system.h> |