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