diff options
Diffstat (limited to 'arch/arm/mach-davinci/devices.c')
-rw-r--r-- | arch/arm/mach-davinci/devices.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/devices.c b/arch/arm/mach-davinci/devices.c index a7068a3aa9d3..90b83d00fe2b 100644 --- a/arch/arm/mach-davinci/devices.c +++ b/arch/arm/mach-davinci/devices.c | |||
@@ -19,9 +19,10 @@ | |||
19 | #include <mach/irqs.h> | 19 | #include <mach/irqs.h> |
20 | #include <mach/cputype.h> | 20 | #include <mach/cputype.h> |
21 | #include <mach/mux.h> | 21 | #include <mach/mux.h> |
22 | #include <mach/edma.h> | ||
23 | #include <linux/platform_data/mmc-davinci.h> | 22 | #include <linux/platform_data/mmc-davinci.h> |
24 | #include <mach/time.h> | 23 | #include <mach/time.h> |
24 | #include <linux/platform_data/edma.h> | ||
25 | |||
25 | 26 | ||
26 | #include "davinci.h" | 27 | #include "davinci.h" |
27 | #include "clock.h" | 28 | #include "clock.h" |
@@ -34,6 +35,9 @@ | |||
34 | #define DM365_MMCSD0_BASE 0x01D11000 | 35 | #define DM365_MMCSD0_BASE 0x01D11000 |
35 | #define DM365_MMCSD1_BASE 0x01D00000 | 36 | #define DM365_MMCSD1_BASE 0x01D00000 |
36 | 37 | ||
38 | #define DAVINCI_DMA_MMCRXEVT 26 | ||
39 | #define DAVINCI_DMA_MMCTXEVT 27 | ||
40 | |||
37 | void __iomem *davinci_sysmod_base; | 41 | void __iomem *davinci_sysmod_base; |
38 | 42 | ||
39 | void davinci_map_sysmod(void) | 43 | void davinci_map_sysmod(void) |