linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Compilation errors on latest git tree
       [not found] <AANLkTinU1jzHEwgQScFxt=a0MBSUsMXuYJwkwKocJP6D@mail.gmail.com>
@ 2010-08-10 12:52 ` Jiri Kosina
  0 siblings, 0 replies; only message in thread
From: Jiri Kosina @ 2010-08-10 12:52 UTC (permalink / raw)
  To: Peter Teoh; +Cc: LKML, linux-wireless, linville

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1709 bytes --]

On Tue, 10 Aug 2010, Peter Teoh wrote:

> Got the following compilation errors on the latest linus git tree
> (v.2.6.35-6113-gf6cec0a).
> 
>   CHK     include/linux/version.h
>   CHK     include/generated/utsrelease.h
>   CALL    scripts/checksyscalls.sh
>   CHK     include/generated/compile.h
>   VDSOSYM arch/x86/vdso/vdso32-int80-syms.lds
>   VDSOSYM arch/x86/vdso/vdso32-sysenter-syms.lds
>   VDSOSYM arch/x86/vdso/vdso32-syms.lds
>   LD      arch/x86/vdso/built-in.o
>   LD      arch/x86/built-in.o
>   CC [M]  drivers/net/wireless/libertas/cfg.o
> drivers/net/wireless/libertas/cfg.c: In function ‘lbs_scan_worker’:
> drivers/net/wireless/libertas/cfg.c:722: error: ‘TASK_NORMAL’
> undeclared (first use in this function)
> drivers/net/wireless/libertas/cfg.c:722: error: (Each undeclared
> identifier is reported only once
> drivers/net/wireless/libertas/cfg.c:722: error: for each function it
> appears in.)
> drivers/net/wireless/libertas/cfg.c: In function ‘lbs_cfg_connect’:
> drivers/net/wireless/libertas/cfg.c:1267: error: ‘TASK_INTERRUPTIBLE’
> undeclared (first use in this function)
> drivers/net/wireless/libertas/cfg.c:1267: error: implicit declaration
> of function ‘signal_pending’
> drivers/net/wireless/libertas/cfg.c:1267: error: implicit declaration
> of function ‘schedule_timeout’
> make[4]: *** [drivers/net/wireless/libertas/cfg.o] Error 1
> make[3]: *** [drivers/net/wireless/libertas] Error 2
> make[2]: *** [drivers/net/wireless] Error 2
> make[1]: *** [drivers/net] Error 2
> make: *** [drivers] Error 2
> 
> It as resolved via the attached patch.   You may want to change the
> way I patch it.   Thanks.

Adding some appropriate CCs.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

[-- Attachment #2: Type: TEXT/PLAIN, Size: 372 bytes --]

diff --git a/drivers/net/wireless/libertas/cfg.c b/drivers/net/wireless/libertas/cfg.c
index 8e9fbfd..51a96f5 100644
--- a/drivers/net/wireless/libertas/cfg.c
+++ b/drivers/net/wireless/libertas/cfg.c
@@ -7,6 +7,7 @@
  */
 
 #include <linux/slab.h>
+#include <linux/sched.h>
 #include <linux/ieee80211.h>
 #include <net/cfg80211.h>
 #include <asm/unaligned.h>

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-10 12:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <AANLkTinU1jzHEwgQScFxt=a0MBSUsMXuYJwkwKocJP6D@mail.gmail.com>
2010-08-10 12:52 ` Compilation errors on latest git tree Jiri Kosina

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