]> err.no Git - linux-2.6/blobdiff - include/asm-blackfin/scatterlist.h
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney...
[linux-2.6] / include / asm-blackfin / scatterlist.h
index 384af549e5b8836fedfad06d0a1c6ff5d95a6895..32128d53469b0ba73c519cdba16098c55a0d9cf2 100644 (file)
@@ -4,6 +4,9 @@
 #include <linux/mm.h>
 
 struct scatterlist {
+#ifdef CONFIG_DEBUG_SG
+       unsigned long sg_magic;
+#endif
        unsigned long page_link;
        unsigned int offset;
        dma_addr_t dma_address;