diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-09-28 06:35:28 -0400 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-10-26 04:12:53 -0400 |
commit | 638671053c6669b65135bc17eff0f654c5eb48a6 (patch) | |
tree | 22cbba85a48914e6438cafd63ee414def9076069 | |
parent | 7dcdfef19a4388d921bb671662f04e3f6e4e2d92 (diff) |
ARM: davinci: devices: Remove DMA resources for MMC
The driver is converted to not use the DMA resource.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r-- | arch/arm/mach-davinci/devices.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-davinci/devices.c b/arch/arm/mach-davinci/devices.c index 67d26c5bda0b..3ae70f2909b0 100644 --- a/arch/arm/mach-davinci/devices.c +++ b/arch/arm/mach-davinci/devices.c | |||
@@ -36,9 +36,6 @@ | |||
36 | #define DM365_MMCSD0_BASE 0x01D11000 | 36 | #define DM365_MMCSD0_BASE 0x01D11000 |
37 | #define DM365_MMCSD1_BASE 0x01D00000 | 37 | #define DM365_MMCSD1_BASE 0x01D00000 |
38 | 38 | ||
39 | #define DAVINCI_DMA_MMCRXEVT 26 | ||
40 | #define DAVINCI_DMA_MMCTXEVT 27 | ||
41 | |||
42 | void __iomem *davinci_sysmod_base; | 39 | void __iomem *davinci_sysmod_base; |
43 | 40 | ||
44 | void davinci_map_sysmod(void) | 41 | void davinci_map_sysmod(void) |