diff options
Diffstat (limited to 'include/asm-powerpc/scatterlist.h')
| -rw-r--r-- | include/asm-powerpc/scatterlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/scatterlist.h b/include/asm-powerpc/scatterlist.h index b075f619c3b7..b9f1dbc24843 100644 --- a/include/asm-powerpc/scatterlist.h +++ b/include/asm-powerpc/scatterlist.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | #include <asm/dma.h> | 14 | #include <asm/dma.h> |
| 15 | 15 | ||
| 16 | struct scatterlist { | 16 | struct scatterlist { |
| 17 | struct page *page; | 17 | unsigned long page_link; |
| 18 | unsigned int offset; | 18 | unsigned int offset; |
| 19 | unsigned int length; | 19 | unsigned int length; |
| 20 | 20 | ||
