diff options
Diffstat (limited to 'include/asm-sparc/scatterlist.h')
-rw-r--r-- | include/asm-sparc/scatterlist.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-sparc/scatterlist.h b/include/asm-sparc/scatterlist.h index 4055af90ad7e..e08d3d775b08 100644 --- a/include/asm-sparc/scatterlist.h +++ b/include/asm-sparc/scatterlist.h | |||
@@ -5,7 +5,10 @@ | |||
5 | #include <linux/types.h> | 5 | #include <linux/types.h> |
6 | 6 | ||
7 | struct scatterlist { | 7 | struct scatterlist { |
8 | struct page *page; | 8 | #ifdef CONFIG_DEBUG_SG |
9 | unsigned long sg_magic; | ||
10 | #endif | ||
11 | unsigned long page_link; | ||
9 | unsigned int offset; | 12 | unsigned int offset; |
10 | 13 | ||
11 | unsigned int length; | 14 | unsigned int length; |