aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris/scatterlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris/scatterlist.h')
-rw-r--r--include/asm-cris/scatterlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-cris/scatterlist.h b/include/asm-cris/scatterlist.h
index 4bdc44c4ac3d..5a8a83440d3b 100644
--- a/include/asm-cris/scatterlist.h
+++ b/include/asm-cris/scatterlist.h
@@ -6,7 +6,7 @@ struct scatterlist {
6 unsigned int length; 6 unsigned int length;
7 7
8 /* The following is i386 highmem junk - not used by us */ 8 /* The following is i386 highmem junk - not used by us */
9 struct page * page; /* Location for highmem page, if any */ 9 unsigned long page_link;
10 unsigned int offset;/* for highmem, page offset */ 10 unsigned int offset;/* for highmem, page offset */
11 11
12}; 12};