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