Commit db885bf8 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Sekhar Nori
Browse files

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: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 82ba6122
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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];
};