diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-01-04 07:50:49 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-01-07 11:36:24 -0500 |
commit | 9aab4d6f087a042d702b6e16346378731eeaf48e (patch) | |
tree | 27784ff762822fd09ffb4813e98e4ef3ae98f8b9 /arch/arm/mach-u300 | |
parent | 250eac8027c90b881408c40eeeb7b9cb8249304e (diff) |
dma: coh901318: skip hard-coded addresses
Remove hard-coded target addresses altogether. Skip the prefix
"runtime_*" from the variables, since all of these are now
runtime and their names are unique enough already.
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-u300')
-rw-r--r-- | arch/arm/mach-u300/include/mach/coh901318.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-u300/include/mach/coh901318.h b/arch/arm/mach-u300/include/mach/coh901318.h index fc47d30988fc..185fc59fd729 100644 --- a/arch/arm/mach-u300/include/mach/coh901318.h +++ b/arch/arm/mach-u300/include/mach/coh901318.h | |||
@@ -56,7 +56,6 @@ struct coh901318_params { | |||
56 | * @desc_nbr_max: number of preallocated descriptors | 56 | * @desc_nbr_max: number of preallocated descriptors |
57 | * @priority_high: prio of channel, 0 low otherwise high. | 57 | * @priority_high: prio of channel, 0 low otherwise high. |
58 | * @param: configuration parameters | 58 | * @param: configuration parameters |
59 | * @dev_addr: physical address of periphal connected to channel | ||
60 | */ | 59 | */ |
61 | struct coh_dma_channel { | 60 | struct coh_dma_channel { |
62 | const char name[32]; | 61 | const char name[32]; |
@@ -64,7 +63,6 @@ struct coh_dma_channel { | |||
64 | const int desc_nbr_max; | 63 | const int desc_nbr_max; |
65 | const int priority_high; | 64 | const int priority_high; |
66 | const struct coh901318_params param; | 65 | const struct coh901318_params param; |
67 | const dma_addr_t dev_addr; | ||
68 | }; | 66 | }; |
69 | 67 | ||
70 | /** | 68 | /** |