lkml.org 
[lkml]   [2002]   [Jun]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.5 patch] drivers/atm/idt77252.h needs linux/tqueue.h
Hi,

in 2.5.23 tq_struct moved from sched.h to tqueue.h. This caused the
following compile error:

<-- snip -->

...
gcc -Wp,-MD,./.idt77252.o.d -D__KERNEL__
-I/home/bunk/linux/kernel-2.5/linux-2
.5.23-full/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2
-fomit-frame-poi
nter -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=
k6 -nostdinc -iwithprefix include -g -DKBUILD_BASENAME=idt77252 -c -o
idt772
52.o idt77252.c
In file included from idt77252.c:60:
idt77252.h:367: field `tqueue' has incomplete type
idt77252.c: In function `alloc_scq':
...
idt77252.c:2899: warning: implicit declaration of function `queue_task'
idt77252.c:2899: `tq_immediate' undeclared (first use in this function)
idt77252.c:2899: (Each undeclared identifier is reported only once
idt77252.c:2899: for each function it appears in.)
make[2]: *** [idt77252.o] Error 1
make[2]: Leaving directory
`/home/bunk/linux/kernel-2.5/linux-2.5.23-full/driver
s/atm'

<-- snip -->


The fix is simple:


--- drivers/atm/idt77252.h.old Wed Jun 19 14:13:25 2002
+++ drivers/atm/idt77252.h Wed Jun 19 14:14:21 2002
@@ -36,6 +36,7 @@

#include <linux/ptrace.h>
#include <linux/skbuff.h>
+#include <linux/tqueue.h>


/*****************************************************************************/
cu
Adrian

--

You only think this is a free country. Like the US the UK spends a lot of
time explaining its a free country because its a police state.
Alan Cox


-
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/

\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.024 / U:0.736 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site