aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m32r/scatterlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m32r/scatterlist.h')
-rw-r--r--include/asm-m32r/scatterlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-m32r/scatterlist.h b/include/asm-m32r/scatterlist.h
index 33b4b4d2c89e..1ed372c73d0b 100644
--- a/include/asm-m32r/scatterlist.h
+++ b/include/asm-m32r/scatterlist.h
@@ -4,6 +4,9 @@
4#include <asm/types.h> 4#include <asm/types.h>
5 5
6struct scatterlist { 6struct scatterlist {
7#ifdef CONFIG_DEBUG_SG
8 unsigned long sg_magic;
9#endif
7 char * address; /* Location data is to be transferred to, NULL for 10 char * address; /* Location data is to be transferred to, NULL for
8 * highmem page */ 11 * highmem page */
9 unsigned long page_link; 12 unsigned long page_link;