]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-m68k/scatterlist.h
hwmon: (abituguru3) Cosmetic whitespace fixes
[linux-2.6-omap-h63xx.git] / include / asm-m68k / scatterlist.h
index 24887a2d9c7bd09290b6980fee23e4a1d74090fa..d3a7a0edfecab3d9ad3a04cc3e936cf1ca9faf50 100644 (file)
@@ -4,7 +4,10 @@
 #include <linux/types.h>
 
 struct scatterlist {
-       struct page *page;
+#ifdef CONFIG_DEBUG_SG
+       unsigned long sg_magic;
+#endif
+       unsigned long page_link;
        unsigned int offset;
        unsigned int length;