More PCMCIA fun...

Alan Olsen (alano@adams.pcx.ncd.com)
Fri, 30 Oct 1998 13:32:09 -0800


Does anyone out there have a patched version of the pcmcia drivers that works
with 2.1.126? The first bug was obvious to fix, this is a bit more tricky...

In clients/aha152x_cs.c I get the following conflict:

The code has:

static void aha152x_release(u_log arg);

But /usr/src/linux/drivers/scsi/aha152x.h defines that function as:

int aha152x_release(struct Scsi_Host *shpnt);

A wee bit of difference... The aha code is not in a header. It is just
included in the source. (Probably matches the 2.0.x kernels, thus it
compiles...)

I would think someone would have patched this by now...

-- 
Alan Olsen

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/