diff options
Diffstat (limited to 'include/asm-avr32/scatterlist.h')
-rw-r--r-- | include/asm-avr32/scatterlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-avr32/scatterlist.h b/include/asm-avr32/scatterlist.h index c6d5ce3b3a25..1356f29d89f5 100644 --- a/include/asm-avr32/scatterlist.h +++ b/include/asm-avr32/scatterlist.h | |||
@@ -4,7 +4,7 @@ | |||
4 | #include <asm/types.h> | 4 | #include <asm/types.h> |
5 | 5 | ||
6 | struct scatterlist { | 6 | struct scatterlist { |
7 | struct page *page; | 7 | unsigned long page_link; |
8 | unsigned int offset; | 8 | unsigned int offset; |
9 | dma_addr_t dma_address; | 9 | dma_addr_t dma_address; |
10 | unsigned int length; | 10 | unsigned int length; |