]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-v850/scatterlist.h
Change table chaining layout
[linux-2.6-omap-h63xx.git] / include / asm-v850 / scatterlist.h
index 56f402920db9b10c9ab4a48e728f63043a2e2eff..db91febc21001326fc207d9770f95786e44ae2dd 100644 (file)
@@ -17,7 +17,7 @@
 #include <asm/types.h>
 
 struct scatterlist {
-       struct page     *page;
+       unsigned long   page_link;
        unsigned        offset;
        dma_addr_t      dma_address;
        unsigned        length;