aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/edma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/edma.h b/include/linux/platform_data/edma.h
index 317f2beeaece..57300fd7cc03 100644
--- a/include/linux/platform_data/edma.h
+++ b/include/linux/platform_data/edma.h
@@ -177,6 +177,7 @@ struct edma_soc_info {
177 177
178 s8 (*queue_tc_mapping)[2]; 178 s8 (*queue_tc_mapping)[2];
179 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