]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/scatterlist.h
[ARM] 4982/1: [AT91] Drop old-style UART initialization (Part 1)
[linux-2.6-omap-h63xx.git] / include / asm-mips / scatterlist.h
index 7af104c95b205ce9ef2e093ae59327c79832bbfc..83d69fe17c9f1404e481e2d2cbb22985f0be2cf5 100644 (file)
@@ -4,7 +4,10 @@
 #include <asm/types.h>
 
 struct scatterlist {
-       struct page *   page;
+#ifdef CONFIG_DEBUG_SG
+       unsigned long   sg_magic;
+#endif
+       unsigned long   page_link;
        unsigned int    offset;
        dma_addr_t      dma_address;
        unsigned int    length;