X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-avr32%2Fscatterlist.h;h=377320e3bd1741b19d7c5acdc2ad2de78502ae6a;hb=c7ffb6bb7a1b6fe5912a009d561733911769d32b;hp=bfe7d753423cbed4e476010a0b3b6a72dfde36e2;hpb=ebdea46fecae40c4d7effcd33f40918a37a1df4b;p=linux-2.6 diff --git a/include/asm-avr32/scatterlist.h b/include/asm-avr32/scatterlist.h index bfe7d75342..377320e3bd 100644 --- a/include/asm-avr32/scatterlist.h +++ b/include/asm-avr32/scatterlist.h @@ -1,8 +1,13 @@ #ifndef __ASM_AVR32_SCATTERLIST_H #define __ASM_AVR32_SCATTERLIST_H +#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;