summary refs log tree commit diff
path: root/include/asm-avr32/scatterlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-avr32/scatterlist.h')
-rw-r--r--include/asm-avr32/scatterlist.h2
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 @@
 #include <asm/types.h>
 
 struct scatterlist {
-    struct page		*page;
+    unsigned long	page_link;
     unsigned int	offset;
     dma_addr_t		dma_address;
     unsigned int	length;