aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/scatterlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68k/scatterlist.h')
-rw-r--r--include/asm-m68k/scatterlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/scatterlist.h b/include/asm-m68k/scatterlist.h
index 24887a2d9c7b..e06bb891048e 100644
--- a/include/asm-m68k/scatterlist.h
+++ b/include/asm-m68k/scatterlist.h
@@ -4,7 +4,7 @@
#include <linux/types.h>
struct scatterlist {
- struct page *page;
+ unsigned long page_link;
unsigned int offset;
unsigned int length;