From patchwork Mon Sep 7 14:34:33 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Holger Schurig X-Patchwork-Id: 46117 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n87EZ2ZP023104 for ; Mon, 7 Sep 2009 14:35:03 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753399AbZIGOe5 (ORCPT ); Mon, 7 Sep 2009 10:34:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753349AbZIGOe5 (ORCPT ); Mon, 7 Sep 2009 10:34:57 -0400 Received: from mx51.mymxserver.com ([85.199.173.110]:54540 "EHLO mx51.mymxserver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753319AbZIGOe5 (ORCPT ); Mon, 7 Sep 2009 10:34:57 -0400 Received: from localhost (localhost [127.0.0.1]) by localhost.mx51.mymxserver.com (Postfix) with ESMTP id 8026550008; Mon, 7 Sep 2009 16:34:59 +0200 (CEST) X-Virus-Scanned: by Mittwald Mailscanner Received: from mx51.mymxserver.com ([127.0.0.1]) by localhost (mx51.mymxserver.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OWYWmnLH0mTR; Mon, 7 Sep 2009 16:34:59 +0200 (CEST) Received: from lin01.mn-solutions.de (pD95F8D06.dip0.t-ipconnect.de [217.95.141.6]) by mx51.mymxserver.com (Postfix) with ESMTP id A8DE950007; Mon, 7 Sep 2009 16:34:57 +0200 (CEST) Received: by lin01.mn-solutions.de (Postfix, from userid 116) id 1A9BE1E0050; Mon, 7 Sep 2009 16:34:57 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.7-deb3 (2006-10-05) on lin01.mn-logistik.de X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.7-deb3 Received: from mnz66.mn-solutions.de (mnz66.mn-solutions.de [192.168.233.66]) by lin01.mn-solutions.de (Postfix) with ESMTP id 13B631E004F; Mon, 7 Sep 2009 16:34:48 +0200 (CEST) From: Holger Schurig To: linux-wireless@vger.kernel.org Subject: [PATCH] cfg80211: add missing #include Date: Mon, 7 Sep 2009 16:34:33 +0200 User-Agent: KMail/1.9.7 Cc: John W Linville MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200909071634.33669.hs4233@mail.mn-solutions.de> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Signed-off-by: Holger Schurig --- 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' -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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 #include #include +#include #include #include #include