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>
This commit is contained in:
parent
82ba612284
commit
db885bf828
|
@ -175,7 +175,6 @@ struct edma_soc_info {
|
||||||
/* Resource reservation for other cores */
|
/* Resource reservation for other cores */
|
||||||
struct edma_rsv_info *rsv;
|
struct edma_rsv_info *rsv;
|
||||||
|
|
||||||
s8 (*queue_tc_mapping)[2];
|
|
||||||
s8 (*queue_priority_mapping)[2];
|
s8 (*queue_priority_mapping)[2];
|
||||||
const s16 (*xbar_chans)[2];
|
const s16 (*xbar_chans)[2];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue