diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/edma.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/platform_data/edma.h b/include/linux/platform_data/edma.h index 2344ea2675ad..57300fd7cc03 100644 --- a/include/linux/platform_data/edma.h +++ b/include/linux/platform_data/edma.h | |||
| @@ -175,8 +175,9 @@ 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 | const s8 (*queue_tc_mapping)[2]; | 178 | s8 (*queue_tc_mapping)[2]; |
| 179 | const s8 (*queue_priority_mapping)[2]; | 179 | s8 (*queue_priority_mapping)[2]; |
| 180 | const s16 (*xbar_chans)[2]; | ||
| 180 | }; | 181 | }; |
| 181 | 182 | ||
| 182 | #endif | 183 | #endif |
