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

* Re: [2.5.70-bk1] Compilation failures ppa.c imm.c
  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
  1 sibling, 0 replies; 3+ messages in thread
From: David van Hoose @ 2003-05-27 15:38 UTC (permalink / raw)
  To: LKML

David van Hoose wrote:
> 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)
> ??

Actually.. Looking at imm.c, I think that was supposed to be:
       if (ppa_hosts[i].host == host->host_no)

Correct?

-David


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

* [2.5.70-bk1] Compilation failures riscom8.c
  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 ` Adam Cecchetti
  1 sibling, 0 replies; 3+ messages in thread
From: Adam Cecchetti @ 2003-05-27 20:43 UTC (permalink / raw)
  To: LKML

drivers/char/riscom8.h 
line 85: struct tq_struct	tqueue;
line 86: struct tq_struct	tqueue_hangup;

I can't find where/what tq_struct should be declared
>From looking at simular drivers should tq_struct be work_struct?



drivers/char/riscom8.c 
line 349:  mark_bh(RISCOM8_BH);
line 1707: init_bh(RISCOM8_BH, do_riscom_bh);
RISCOM8_BH is also missing



^ 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).