X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-avr32%2Fscatterlist.h;h=377320e3bd1741b19d7c5acdc2ad2de78502ae6a;hb=c7ffb6bb7a1b6fe5912a009d561733911769d32b;hp=c6d5ce3b3a25f558ecda0bc7a7b89661e49e10d2;hpb=4d4700707c0d4be0efc968989fb1cd01c60c0a35;p=linux-2.6 diff --git a/include/asm-avr32/scatterlist.h b/include/asm-avr32/scatterlist.h index c6d5ce3b3a..377320e3bd 100644 --- a/include/asm-avr32/scatterlist.h +++ b/include/asm-avr32/scatterlist.h @@ -4,7 +4,10 @@ #include 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;