linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* compile failure in orinoco_cs.c (from bk pull)
@ 2002-10-02 21:43 Paul E. Erkkila
  2002-10-02 21:57 ` Paul Larson
  0 siblings, 1 reply; 3+ messages in thread
From: Paul E. Erkkila @ 2002-10-02 21:43 UTC (permalink / raw)
  To: linux-kernel, hermes

The orinoco_cs.c wireless driver no longer compiles after yesterdays
tree changes.

make[3]: Entering directory `/usr/src/linux-2.5/drivers/net/wireless'
  gcc -Wp,-MD,./.orinoco_cs.o.d -D__KERNEL__ 
-I/usr/src/linux-2.5/include -Wall -Wstrict-prototypes -Wno-trigraphs 
-O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe 
-mpreferred-stack-boundary=2 -march=i686 
-I/usr/src/linux-2.5/arch/i386/mach-generic -nostdinc -iwithprefix 
include    -DKBUILD_BASENAME=orinoco_cs   -c -o orinoco_cs.o orinoco_cs.c
orinoco_cs.c:35:26: linux/tqueue.h: No such file or directory
make[3]: *** [orinoco_cs.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.5/drivers/net/wireless'
make[2]: *** [wireless] Error 2
make[2]: Leaving directory `/usr/src/linux-2.5/drivers/net'
make[1]: *** [net] Error 2
make[1]: Leaving directory `/usr/src/linux-2.5/drivers'
make: *** [drivers] Error 2

thanks,

-pee



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

* Re: compile failure in orinoco_cs.c (from bk pull)
  2002-10-02 21:43 compile failure in orinoco_cs.c (from bk pull) Paul E. Erkkila
@ 2002-10-02 21:57 ` Paul Larson
  2002-10-03  1:24   ` David Gibson
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Larson @ 2002-10-02 21:57 UTC (permalink / raw)
  To: pee; +Cc: lkml, hermes

On Wed, 2002-10-02 at 16:43, Paul E. Erkkila wrote:
> The orinoco_cs.c wireless driver no longer compiles after yesterdays
> tree changes.
I think you posted this simultaneous to someone posting a patch for it.
Basically just remove the #include <linux/tqueue.h> line and all should
be good.

-Paul Larson


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

* Re: compile failure in orinoco_cs.c (from bk pull)
  2002-10-02 21:57 ` Paul Larson
@ 2002-10-03  1:24   ` David Gibson
  0 siblings, 0 replies; 3+ messages in thread
From: David Gibson @ 2002-10-03  1:24 UTC (permalink / raw)
  To: Paul Larson; +Cc: pee, lkml

On Wed, Oct 02, 2002 at 04:57:06PM -0500, Paul Larson wrote:
> On Wed, 2002-10-02 at 16:43, Paul E. Erkkila wrote:
> > The orinoco_cs.c wireless driver no longer compiles after yesterdays
> > tree changes.
> I think you posted this simultaneous to someone posting a patch for it.
> Basically just remove the #include <linux/tqueue.h> line and all should
> be good.

Bah!  No sooner do I include tqueue.h to fix compile problems than it
disappears ;-/

-- 
David Gibson			| For every complex problem there is a
david@gibson.dropbear.id.au	| solution which is simple, neat and
				| wrong.
http://www.ozlabs.org/people/dgibson

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

end of thread, other threads:[~2002-10-03  1:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-02 21:43 compile failure in orinoco_cs.c (from bk pull) Paul E. Erkkila
2002-10-02 21:57 ` Paul Larson
2002-10-03  1:24   ` David Gibson

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