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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-m68k/scatterlist.h b/include/asm-m68k/scatterlist.h
index e06bb891048e..d3a7a0edfeca 100644
--- a/include/asm-m68k/scatterlist.h
+++ b/include/asm-m68k/scatterlist.h
@@ -4,6 +4,9 @@
#include <linux/types.h>
struct scatterlist {
+#ifdef CONFIG_DEBUG_SG
+ unsigned long sg_magic;
+#endif
unsigned long page_link;
unsigned int offset;
unsigned int length;