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/