diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/amba/pl08x.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/amba/pl08x.h b/include/linux/amba/pl08x.h index cd8f629da58f..ecd17f581e71 100644 --- a/include/linux/amba/pl08x.h +++ b/include/linux/amba/pl08x.h | |||
@@ -77,13 +77,11 @@ struct pl08x_channel_data { | |||
77 | * @addr: current address | 77 | * @addr: current address |
78 | * @maxwidth: the maximum width of a transfer on this bus | 78 | * @maxwidth: the maximum width of a transfer on this bus |
79 | * @buswidth: the width of this bus in bytes: 1, 2 or 4 | 79 | * @buswidth: the width of this bus in bytes: 1, 2 or 4 |
80 | * @fill_bytes: bytes required to fill to the next bus memory boundary | ||
81 | */ | 80 | */ |
82 | struct pl08x_bus_data { | 81 | struct pl08x_bus_data { |
83 | dma_addr_t addr; | 82 | dma_addr_t addr; |
84 | u8 maxwidth; | 83 | u8 maxwidth; |
85 | u8 buswidth; | 84 | u8 buswidth; |
86 | size_t fill_bytes; | ||
87 | }; | 85 | }; |
88 | 86 | ||
89 | /** | 87 | /** |