All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cfg80211: add missing #include <linux/kmemleak.h>
@ 2009-09-07 14:34 Holger Schurig
  2009-09-07 16:31 ` Johannes Berg
  0 siblings, 1 reply; 2+ messages in thread
From: Holger Schurig @ 2009-09-07 14:34 UTC (permalink / raw)
  To: linux-wireless; +Cc: John W Linville

Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>

---

Fixes this error:

  CC [M]  net/wireless/scan.o
net/wireless/scan.c: In function 'cfg80211_inform_bss':
net/wireless/scan.c:499: error: implicit declaration of function 'kmemleak_ignore'

Index: linux-wl/net/wireless/scan.c
===================================================================
--- linux-wl.orig/net/wireless/scan.c   2009-09-07 15:25:01.000000000 +0200
+++ linux-wl/net/wireless/scan.c        2009-09-07 15:25:09.000000000 +0200
@@ -9,6 +9,7 @@
 #include <linux/wireless.h>
 #include <linux/nl80211.h>
 #include <linux/etherdevice.h>
+#include <linux/kmemleak.h>
 #include <net/arp.h>
 #include <net/cfg80211.h>
 #include <net/iw_handler.h>



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

* Re: [PATCH] cfg80211: add missing #include <linux/kmemleak.h>
  2009-09-07 14:34 [PATCH] cfg80211: add missing #include <linux/kmemleak.h> Holger Schurig
@ 2009-09-07 16:31 ` Johannes Berg
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Berg @ 2009-09-07 16:31 UTC (permalink / raw)
  To: Holger Schurig; +Cc: linux-wireless, John W Linville

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

On Mon, 2009-09-07 at 16:34 +0200, Holger Schurig wrote:
> Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>

> +#include <linux/kmemleak.h>

As we've been saying, the change that added the kmemleak annotation
needs to be reverted instead.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

end of thread, other threads:[~2009-09-07 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-07 14:34 [PATCH] cfg80211: add missing #include <linux/kmemleak.h> Holger Schurig
2009-09-07 16:31 ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.