diff options
| author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2014-05-16 08:17:12 -0400 |
|---|---|---|
| committer | Sekhar Nori <nsekhar@ti.com> | 2014-05-22 04:56:27 -0400 |
| commit | db885bf82883f9743efe09d91775c579c0ed6842 (patch) | |
| tree | 03e238030c876e4b4e1e6ba1865153097003d6f2 /include/linux/platform_data | |
| parent | 82ba61228467db9e8fe7d253cba0a5974e562974 (diff) | |
ARM: edma: Remove queue_tc_mapping data from edma_soc_info
It is no longer in use by the driver or board files.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/edma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/edma.h b/include/linux/platform_data/edma.h index 12f134b1493c..633e196ebdf2 100644 --- a/include/linux/platform_data/edma.h +++ b/include/linux/platform_data/edma.h | |||
| @@ -175,7 +175,6 @@ struct edma_soc_info { | |||
| 175 | /* Resource reservation for other cores */ | 175 | /* Resource reservation for other cores */ |
| 176 | struct edma_rsv_info *rsv; | 176 | struct edma_rsv_info *rsv; |
| 177 | 177 | ||
| 178 | s8 (*queue_tc_mapping)[2]; | ||
| 179 | s8 (*queue_priority_mapping)[2]; | 178 | s8 (*queue_priority_mapping)[2]; |
| 180 | const s16 (*xbar_chans)[2]; | 179 | const s16 (*xbar_chans)[2]; |
| 181 | }; | 180 | }; |
