aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/scatterlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/scatterlist.h')
-rw-r--r--include/asm-powerpc/scatterlist.h2
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 @@
#include <asm/dma.h>
struct scatterlist {
- struct page *page;
+ unsigned long page_link;
unsigned int offset;
unsigned int length;