Linux wireless drivers development
 help / color / mirror / Atom feed
From: Sedat Dilek <sedat.dilek@googlemail.com>
To: mcgrof@gmail.com
Cc: linux-wireless@vger.kernel.org
Subject: compat-wireless-2009-09-05: error: implicit declaration of function ?kmemleak_ignore?
Date: Sat, 5 Sep 2009 12:55:05 +0200	[thread overview]
Message-ID: <2d0a357f0909050355r381b12fei33930141cfbd8893@mail.gmail.com> (raw)

Hi Luis,

todays compat-wireless (2009-09-05) is broken.

Error looks like this:
[...]
  CC [M]  /home/sd/src/compat-wireless/compat-wireless-2009-09-05/net/mac80211/rc80211_minstrel.o
  LD [M]  /home/sd/src/compat-wireless/compat-wireless-2009-09-05/net/mac80211/mac80211.o
  LD      /home/sd/src/compat-wireless/compat-wireless-2009-09-05/net/rfkill/built-in.o
  LD      /home/sd/src/compat-wireless/compat-wireless-2009-09-05/net/wireless/built-in.o
  CC [M]  /home/sd/src/compat-wireless/compat-wireless-2009-09-05/net/wireless/core.o
  CC [M]  /home/sd/src/compat-wireless/compat-wireless-2009-09-05/net/wireless/sysfs.o
  CC [M]  /home/sd/src/compat-wireless/compat-wireless-2009-09-05/net/wireless/radiotap.o
  CC [M]  /home/sd/src/compat-wireless/compat-wireless-2009-09-05/net/wireless/util.o
  CC [M]  /home/sd/src/compat-wireless/compat-wireless-2009-09-05/net/wireless/reg.o
  CC [M]  /home/sd/src/compat-wireless/compat-wireless-2009-09-05/net/wireless/scan.o
/home/sd/src/compat-wireless/compat-wireless-2009-09-05/net/wireless/scan.c:
In function ‘cfg80211_inform_bss’:
/home/sd/src/compat-wireless/compat-wireless-2009-09-05/net/wireless/scan.c:503:
error: implicit declaration of function ‘kmemleak_ignore’
make[5]: *** [/home/sd/src/compat-wireless/compat-wireless-2009-09-05/net/wireless/scan.o]
Error 1
make[4]: *** [/home/sd/src/compat-wireless/compat-wireless-2009-09-05/net/wireless]
Error 2
make[3]: *** [_module_/home/sd/src/compat-wireless/compat-wireless-2009-09-05]
Error 2
make[2]: *** [sub-make] Error 2
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.31-rc8-radeonkms-686'

This fixed the issue here:

----- SNIP -----
--- net/wireless/scan.c.orig	2009-09-05 06:57:36.000000000 +0200
+++ net/wireless/scan.c	2009-09-05 12:38:09.644616605 +0200
@@ -15,6 +15,7 @@
 #include "core.h"
 #include "nl80211.h"
 #include "wext-compat.h"
+#include <linux/kmemleak.h>

 #define IEEE80211_SCAN_RESULT_EXPIRE	(15 * HZ)
----- SNAP -----

Kind Regards,
Sedat

                 reply	other threads:[~2009-09-05 10:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2d0a357f0909050355r381b12fei33930141cfbd8893@mail.gmail.com \
    --to=sedat.dilek@googlemail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=mcgrof@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox