X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-m68k%2Fscatterlist.h;h=d3a7a0edfecab3d9ad3a04cc3e936cf1ca9faf50;hb=0f1bce41fed02e45f31c2409f29e69e1fedebcdc;hp=24887a2d9c7bd09290b6980fee23e4a1d74090fa;hpb=b590d2baf17f8890f648e76436abdb8674d564eb;p=linux-2.6 diff --git a/include/asm-m68k/scatterlist.h b/include/asm-m68k/scatterlist.h index 24887a2d9c..d3a7a0edfe 100644 --- a/include/asm-m68k/scatterlist.h +++ b/include/asm-m68k/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; unsigned int length;