From patchwork Thu May 28 05:39:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xavier Roche X-Patchwork-Id: 6496101 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0852FC0020 for ; Thu, 28 May 2015 05:40:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 334F7205CD for ; Thu, 28 May 2015 05:40:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 588902054D for ; Thu, 28 May 2015 05:40:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751852AbbE1Fky (ORCPT ); Thu, 28 May 2015 01:40:54 -0400 Received: from smtp-2.httrack.com ([195.154.67.106]:48723 "EHLO smtp-2.httrack.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751653AbbE1Fkw (ORCPT ); Thu, 28 May 2015 01:40:52 -0400 Received: from smtp-1.httrack.com (smtp-1.httrack.com [IPv6:2a01:e34:ec06:41f0::2]) by smtp-2.httrack.com (8.14.4/8.14.4/Debian-4) with ESMTP id t4S5dlw2024074 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 28 May 2015 07:39:47 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=httrack.com; s=mail; t=1432791617; bh=w4mu4dHeU8YmwI1JJ34XXhAv94qHEqeZlTUC14mQUCw=; h=From:To:Cc:Subject:Date:In-Reply-To:From; b=ZTpzr+701tkG4oNij4+FARIXn7u3NQSy1ij5tNHkfu6gWnc0+6QIyddJ+kt3AZ/QJ 60TU9lDuLoq4VZua+7dcJWwXgwGzimWEShyqAOlIwDdOIPytNRW74Z2Ng0fKkfzmvL vqqySB5vAgAAOQXj4wk5A+3YtGd0WJtnR5dw+7FN9pFrfqzMlEs+SXgqfmEz6ZG33c 5UCdsSM1XRO7mvOJu8TBE5+W2WapwG6xtFtZ16AVcRJXNmX0tEbg2p/BPX+gSxSNdt FlHK69GvNWRCDmGAIrEcRtw6Jgezz7+uDeqLLkJgvC9sMqC2uJ2M9rhybGMTSFGuhl hBoL2rUX/U3IA== X-Spam-Filter: check_local@smtp-2.httrack.com by digitalanswers.org Received: from proliant.localnet (localhost.localdomain [127.0.0.1]) by smtp-1.httrack.com (8.14.4/8.14.4/Debian-8) with ESMTP id t4S5de2u017300 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 28 May 2015 07:39:40 +0200 Received: (from roche@localhost) by proliant.localnet (8.14.4/8.14.4/Submit) id t4S5ddQi017299; Thu, 28 May 2015 07:39:39 +0200 From: Xavier Roche To: linux-wireless@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Larry Finger , Jes Sorensen , Trivial Patch Monkey , Xavier Roche Subject: [PATCH] rtl8723au: replaced asm/atomic.h by linux/atomic.h Date: Thu, 28 May 2015 07:39:31 +0200 Message-Id: <1432791571-17262-1-git-send-email-roche@httrack.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1432744411-6635-1-git-send-email-roche@httrack.com> X-Greylist: Default is to whitelist mail, not delayed by milter-greylist-4.3.9 (smtp-2.httrack.com [IPv6:2001:bc8:30e2::1]); Thu, 28 May 2015 07:39:47 +0200 (CEST) X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.5.11 (smtp-1.httrack.com [127.0.0.1]); Thu, 28 May 2015 07:39:41 +0200 (CEST) X-Virus-Scanned: clamav-milter 0.98.7 at rowie3 X-Virus-Status: Clean X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, DKIM_ADSP_DISCARD, DKIM_SIGNED,RCVD_IN_DNSWL_HI,T_DKIM_INVALID,T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-SPF-Scan-By: smf-spf v2.0.2 - http://smfs.sf.net/ Received-SPF: None (smtp-2.httrack.com: domain of roche@httrack.com does not designate permitted sender hosts) receiver=smtp-2.httrack.com; client-ip=2a01:e34:ec06:41f0::2; envelope-from=; helo=smtp-1.httrack.com; Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Minor additional checkpatch.pl fix for include/rtw_io.h Signed-off-by: Xavier Roche --- drivers/staging/rtl8723au/include/rtw_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723au/include/rtw_io.h b/drivers/staging/rtl8723au/include/rtw_io.h index c8119e2..dfdf35a 100644 --- a/drivers/staging/rtl8723au/include/rtw_io.h +++ b/drivers/staging/rtl8723au/include/rtw_io.h @@ -24,7 +24,7 @@ #include /* include */ #include -#include +#include #include #include