aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ucb1x00-assabet.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2012-01-12 14:04:43 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-02-03 12:37:59 -0500
commit7658e7f9a8122b0678e4b4280308560aa5444bd5 (patch)
tree400e6622d65b3d39d862fa0671da316bf872322b /drivers/mfd/ucb1x00-assabet.c
parent30816ac0495cb4f33fc8d748f64ac3cc880cb3c1 (diff)
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/ucb1x00-assabet.c')
-rw-r--r--drivers/mfd/ucb1x00-assabet.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mfd/ucb1x00-assabet.c b/drivers/mfd/ucb1x00-assabet.c
index cea9da60850d..b7be613cb503 100644
--- a/drivers/mfd/ucb1x00-assabet.c
+++ b/drivers/mfd/ucb1x00-assabet.c
@@ -16,9 +16,6 @@
16#include <linux/device.h> 16#include <linux/device.h>
17#include <linux/mfd/ucb1x00.h> 17#include <linux/mfd/ucb1x00.h>
18 18
19#include <mach/dma.h>
20
21
22#define UCB1X00_ATTR(name,input)\ 19#define UCB1X00_ATTR(name,input)\
23static ssize_t name##_show(struct device *dev, struct device_attribute *attr, \ 20static ssize_t name##_show(struct device *dev, struct device_attribute *attr, \
24 char *buf) \ 21 char *buf) \