[PATCH] sym53c416 driver breakage

From: Paulo Andre' (l16083@alunos.uevora.pt)
Date: Fri Feb 22 2002 - 11:02:50 EST


Hi,

The following patch fixes a small bug which prevented the Sym53c416
driver from compiling. I don't know to which degree this is the right
fix, since the 'address' field from struct scatterlist just seemed to
magically disappear. If this was intended, meaning my fix isn't
correct, I'd like to know about it.

--- linux-2.5.5-dj1/include/asm-i386/scatterlist.h Fri Feb 22
15:32:59 2002
+++ linux-dev/include/asm-i386/scatterlist.h Fri Feb 22 15:29:32 2002
@@ -2,6 +2,7 @@
  #define _I386_SCATTERLIST_H
   struct scatterlist {
+ char *address; struct page
*page;
      unsigned int offset;
      dma_addr_t dma_address;

Thanks in advance,

// Paulo Andre'

  /~\ The ASCII
  \ / Ribbon Campaign
   X Against HTML
  / \ Email!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Feb 23 2002 - 21:00:42 EST