diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2014-05-16 15:17:12 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2014-05-22 14:26:27 +0530 |
commit | db885bf82883f9743efe09d91775c579c0ed6842 (patch) | |
tree | 03e238030c876e4b4e1e6ba1865153097003d6f2 /include/linux/platform_data/edma.h | |
parent | 82ba61228467db9e8fe7d253cba0a5974e562974 (diff) | |
download | blackbird-op-linux-db885bf82883f9743efe09d91775c579c0ed6842.tar.gz blackbird-op-linux-db885bf82883f9743efe09d91775c579c0ed6842.zip |
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/edma.h')
-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 { /* Resource reservation for other cores */ struct edma_rsv_info *rsv; - s8 (*queue_tc_mapping)[2]; s8 (*queue_priority_mapping)[2]; const s16 (*xbar_chans)[2]; }; |