[2.5.70-bk1] Compilation failures ppa.c imm.c

From: David van Hoose (davidvh@cox.net)
Date: Tue May 27 2003 - 10:31:24 EST


There is a compilation error on line 280 of ppa.c.
Should
if (ppa_hosts[i] == host)
Be
if ((struct Scsi_Host *)&ppa_hosts[i] == host)
??

Also, imm.c fails to compile on line 112 claiming that imm_proc_info is undeclared by that point.
Any questions?

-David

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