diff options
Diffstat (limited to 'arch/arm/mach-davinci/dm644x.c')
-rw-r--r-- | arch/arm/mach-davinci/dm644x.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-davinci/dm644x.c b/arch/arm/mach-davinci/dm644x.c index 4d37d3e2a193..a49d18246fe9 100644 --- a/arch/arm/mach-davinci/dm644x.c +++ b/arch/arm/mach-davinci/dm644x.c | |||
@@ -12,11 +12,11 @@ | |||
12 | #include <linux/clk.h> | 12 | #include <linux/clk.h> |
13 | #include <linux/serial_8250.h> | 13 | #include <linux/serial_8250.h> |
14 | #include <linux/platform_device.h> | 14 | #include <linux/platform_device.h> |
15 | #include <linux/platform_data/edma.h> | ||
15 | 16 | ||
16 | #include <asm/mach/map.h> | 17 | #include <asm/mach/map.h> |
17 | 18 | ||
18 | #include <mach/cputype.h> | 19 | #include <mach/cputype.h> |
19 | #include <mach/edma.h> | ||
20 | #include <mach/irqs.h> | 20 | #include <mach/irqs.h> |
21 | #include <mach/psc.h> | 21 | #include <mach/psc.h> |
22 | #include <mach/mux.h> | 22 | #include <mach/mux.h> |
@@ -497,7 +497,7 @@ static u8 dm644x_default_priorities[DAVINCI_N_AINTC_IRQ] = { | |||
497 | 497 | ||
498 | /*----------------------------------------------------------------------*/ | 498 | /*----------------------------------------------------------------------*/ |
499 | 499 | ||
500 | static const s8 | 500 | static s8 |
501 | queue_tc_mapping[][2] = { | 501 | queue_tc_mapping[][2] = { |
502 | /* {event queue no, TC no} */ | 502 | /* {event queue no, TC no} */ |
503 | {0, 0}, | 503 | {0, 0}, |
@@ -505,7 +505,7 @@ queue_tc_mapping[][2] = { | |||
505 | {-1, -1}, | 505 | {-1, -1}, |
506 | }; | 506 | }; |
507 | 507 | ||
508 | static const s8 | 508 | static s8 |
509 | queue_priority_mapping[][2] = { | 509 | queue_priority_mapping[][2] = { |
510 | /* {event queue no, Priority} */ | 510 | /* {event queue no, Priority} */ |
511 | {0, 3}, | 511 | {0, 3}, |