From patchwork Fri Sep 17 00:08:07 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vipin Mehta X-Patchwork-Id: 186802 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8H08Dxr000613 for ; Fri, 17 Sep 2010 00:08:14 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754037Ab0IQAIM (ORCPT ); Thu, 16 Sep 2010 20:08:12 -0400 Received: from mail.atheros.com ([12.19.149.2]:16142 "EHLO mail.atheros.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753725Ab0IQAIM (ORCPT ); Thu, 16 Sep 2010 20:08:12 -0400 Received: from mail.atheros.com ([10.10.20.105]) by sidewinder.atheros.com for ; Thu, 16 Sep 2010 17:08:05 -0700 Received: from smtp.atheros.com (10.10.16.187) by SC1EXHC-01.global.atheros.com (10.10.20.111) with Microsoft SMTP Server (TLS) id 8.2.213.0; Thu, 16 Sep 2010 17:08:10 -0700 Received: by smtp.atheros.com (sSMTP sendmail emulation); Thu, 16 Sep 2010 17:08:09 -0700 From: Vipin Mehta To: CC: , , Subject: [PATCH] staging: ath6kl: Including a header file to fix a compilation error Date: Thu, 16 Sep 2010 17:08:07 -0700 Message-ID: <1284682087-19351-1-git-send-email-vmehta@atheros.com> X-Mailer: git-send-email 1.6.3.3 MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 17 Sep 2010 00:08:14 +0000 (UTC) diff --git a/drivers/staging/ath6kl/miscdrv/ar3kps/ar3kpsconfig.h b/drivers/staging/ath6kl/miscdrv/ar3kps/ar3kpsconfig.h index 4358834..4e5b7bf 100644 --- a/drivers/staging/ath6kl/miscdrv/ar3kps/ar3kpsconfig.h +++ b/drivers/staging/ath6kl/miscdrv/ar3kps/ar3kpsconfig.h @@ -36,15 +36,11 @@ #include #include -#include #include -#include #include -#include #include -#include #include diff --git a/drivers/staging/ath6kl/os/linux/cfg80211.c b/drivers/staging/ath6kl/os/linux/cfg80211.c index 7a3784d..f51c5e1 100644 --- a/drivers/staging/ath6kl/os/linux/cfg80211.c +++ b/drivers/staging/ath6kl/os/linux/cfg80211.c @@ -21,8 +21,6 @@ // Author(s): ="Atheros" //------------------------------------------------------------------------------ -#include -#include #include #include #include diff --git a/drivers/staging/ath6kl/os/linux/include/ar6000_drv.h b/drivers/staging/ath6kl/os/linux/include/ar6000_drv.h index 8be4f55..e624883 100644 --- a/drivers/staging/ath6kl/os/linux/include/ar6000_drv.h +++ b/drivers/staging/ath6kl/os/linux/include/ar6000_drv.h @@ -24,22 +24,14 @@ #ifndef _AR6000_H_ #define _AR6000_H_ -#include - - -#include #include -#include #include #include -#include #include -#include #include #include #include #include -#include #include #ifdef ATH6K_CONFIG_CFG80211 #include diff --git a/drivers/staging/ath6kl/os/linux/include/osapi_linux.h b/drivers/staging/ath6kl/os/linux/include/osapi_linux.h index ef7cc82..9892dfc 100644 --- a/drivers/staging/ath6kl/os/linux/include/osapi_linux.h +++ b/drivers/staging/ath6kl/os/linux/include/osapi_linux.h @@ -39,6 +39,7 @@ #include #include #include +#include #include diff --git a/drivers/staging/ath6kl/os/linux/netbuf.c b/drivers/staging/ath6kl/os/linux/netbuf.c index 63fa49c..15e5d04 100644 --- a/drivers/staging/ath6kl/os/linux/netbuf.c +++ b/drivers/staging/ath6kl/os/linux/netbuf.c @@ -20,8 +20,6 @@ // // Author(s): ="Atheros" //------------------------------------------------------------------------------ -#include -#include #include #include "athdefs.h" #include "a_types.h"