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

David van Hoose (davidvh@cox.net)
Tue, 27 May 2003 11:27:35 -0400


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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/