linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.5.70-bk1] Compilation failures ppa.c imm.c
@ 2003-05-27 15:27 David van Hoose
  2003-05-27 15:38 ` David van Hoose
  2003-05-27 20:43 ` [2.5.70-bk1] Compilation failures riscom8.c Adam Cecchetti
  0 siblings, 2 replies; 3+ messages in thread
From: David van Hoose @ 2003-05-27 15:27 UTC (permalink / raw)
  To: LKML

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-27 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-27 15:27 [2.5.70-bk1] Compilation failures ppa.c imm.c David van Hoose
2003-05-27 15:38 ` David van Hoose
2003-05-27 20:43 ` [2.5.70-bk1] Compilation failures riscom8.c Adam Cecchetti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).