Linux wireless drivers development
 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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox