diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/edma.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/platform_data/edma.h b/include/linux/platform_data/edma.h index 2344ea2675ad..317f2beeaece 100644 --- a/include/linux/platform_data/edma.h +++ b/include/linux/platform_data/edma.h | |||
| @@ -175,8 +175,8 @@ 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 | }; | 180 | }; |
| 181 | 181 | ||
| 182 | #endif | 182 | #endif |
