From patchwork Sat Sep 18 01:14:33 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vipin Mehta X-Patchwork-Id: 189472 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 o8I1BDfw023968 for ; Sat, 18 Sep 2010 01:14:39 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753591Ab0IRBOi (ORCPT ); Fri, 17 Sep 2010 21:14:38 -0400 Received: from mail.atheros.com ([12.19.149.2]:31103 "EHLO mail.atheros.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752244Ab0IRBOh (ORCPT ); Fri, 17 Sep 2010 21:14:37 -0400 Received: from mail.atheros.com ([10.10.20.105]) by sidewinder.atheros.com for ; Fri, 17 Sep 2010 18:14:31 -0700 Received: from smtp.atheros.com (10.10.16.187) by SC1EXHC-01.global.atheros.com (10.10.20.106) with Microsoft SMTP Server (TLS) id 8.2.213.0; Fri, 17 Sep 2010 18:14:36 -0700 Received: by smtp.atheros.com (sSMTP sendmail emulation); Fri, 17 Sep 2010 18:14:34 -0700 From: Vipin Mehta To: CC: , , , Subject: [PATCH] staging: ath6kl: Fixing a compile error Date: Fri, 17 Sep 2010 18:14:33 -0700 Message-ID: <1284772473-13552-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]); Sat, 18 Sep 2010 01:14:39 +0000 (UTC) diff --git a/drivers/staging/ath6kl/os/linux/include/osapi_linux.h b/drivers/staging/ath6kl/os/linux/include/osapi_linux.h index ef7cc82..fce6ceb 100644 --- a/drivers/staging/ath6kl/os/linux/include/osapi_linux.h +++ b/drivers/staging/ath6kl/os/linux/include/osapi_linux.h @@ -39,7 +39,7 @@ #include #include #include - +#include #include #ifdef __GNUC__