diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/amba/pl08x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/amba/pl08x.h b/include/linux/amba/pl08x.h index 0f5b34d668b6..88765a62c8f2 100644 --- a/include/linux/amba/pl08x.h +++ b/include/linux/amba/pl08x.h | |||
@@ -225,8 +225,8 @@ struct pl08x_platform_data { | |||
225 | const struct pl08x_channel_data *slave_channels; | 225 | const struct pl08x_channel_data *slave_channels; |
226 | unsigned int num_slave_channels; | 226 | unsigned int num_slave_channels; |
227 | struct pl08x_channel_data memcpy_channel; | 227 | struct pl08x_channel_data memcpy_channel; |
228 | int (*get_signal)(struct pl08x_dma_chan *); | 228 | int (*get_signal)(const struct pl08x_channel_data *); |
229 | void (*put_signal)(struct pl08x_dma_chan *); | 229 | void (*put_signal)(const struct pl08x_channel_data *, int); |
230 | u8 lli_buses; | 230 | u8 lli_buses; |
231 | u8 mem_buses; | 231 | u8 mem_buses; |
232 | }; | 232 | }; |