On Thu, Aug 29, 2002 at 12:04:38AM -0400, dtonks wrote:
> Hi,
> When trying to compile module for sym53c416 I received an error
> 'address not in structure'. I traced this to - asm-i386/scatterlist.h.
> It is missing - char * address - at the beginning of the structure. I
> copied scatterlist.h from 2.4.18 and it compiled fine.
Please don't call this a solution. The char * address item is no longer
valid, so adding it back to the header won't make the driver work, it just
makes it compile and then write garbage all over your disks the first time
you try to use it.
-- Doug Ledford <dledford@redhat.com> 919-754-3700 x44233 Red Hat, Inc. 1801 Varsity Dr. Raleigh, NC 27606 - 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 Aug 31 2002 - 22:00:25 EST