From patchwork Thu May 29 11:09:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 31118 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-vc0-f200.google.com (mail-vc0-f200.google.com [209.85.220.200]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id E8FEC20068 for ; Thu, 29 May 2014 11:12:01 +0000 (UTC) Received: by mail-vc0-f200.google.com with SMTP id lc6sf695828vcb.7 for ; Thu, 29 May 2014 04:12:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:sender:precedence:list-id :x-original-sender:x-original-authentication-results:mailing-list :list-post:list-help:list-archive:list-unsubscribe; bh=By98jD4a1ktq8YY+BnlnNVk7oPrkWK4ZptkfBdD/IpU=; b=GnzeYnm60Sf34iC9xKhGRjPmnGPJwmrdvyUyd79Ry6AB6AfsNFsJkXSaBN83sX0HuY a0RhkmihfD5yYa5dtlEcyTb3UUEpl7qS2y9++UNPib7LVuE50Zbzt7ZOyL9KiCU83tyH FtKDBWgWu+W2t6T5kwrBVA7/ow1UMcDD+BLsTPWSqMP9pkFCTohTEBPYSuGlL63uO5EG 6bZo/qNEoytSPceriKgLBUjRF0/ZDctvTJnvQ561yWpvq8kfwFkg2k7DohQTjrGfC5cm x4tXHXnm6jTpwb8V3x05iWs3DAa5d1g40Q6tv0Y54paLHRHszYW+V3+yiJ91lqsyAFHH nCrg== X-Gm-Message-State: ALoCoQmpUGiNV3EaMxeahAB3dS4TeG2EP0EhmSmmakrjDdJ5nK7ln4RqS+OH7IoWxBC6c07ydHFi X-Received: by 10.52.164.236 with SMTP id yt12mr2213284vdb.8.1401361921397; Thu, 29 May 2014 04:12:01 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.140.83.240 with SMTP id j103ls499672qgd.47.gmail; Thu, 29 May 2014 04:12:01 -0700 (PDT) X-Received: by 10.221.30.14 with SMTP id sa14mr741962vcb.44.1401361921299; Thu, 29 May 2014 04:12:01 -0700 (PDT) Received: from mail-vc0-f173.google.com (mail-vc0-f173.google.com [209.85.220.173]) by mx.google.com with ESMTPS id x2si203395vdh.11.2014.05.29.04.12.01 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 29 May 2014 04:12:01 -0700 (PDT) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.220.173 as permitted sender) client-ip=209.85.220.173; Received: by mail-vc0-f173.google.com with SMTP id il7so178356vcb.4 for ; Thu, 29 May 2014 04:12:01 -0700 (PDT) X-Received: by 10.58.216.163 with SMTP id or3mr25533vec.80.1401361921202; Thu, 29 May 2014 04:12:01 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patch@linaro.org Received: by 10.220.221.72 with SMTP id ib8csp19559vcb; Thu, 29 May 2014 04:12:00 -0700 (PDT) X-Received: by 10.68.226.197 with SMTP id ru5mr7801929pbc.77.1401361920483; Thu, 29 May 2014 04:12:00 -0700 (PDT) Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id qt3si440011pbb.223.2014.05.29.04.11.59; Thu, 29 May 2014 04:11:59 -0700 (PDT) Received-SPF: none (google.com: netdev-owner@vger.kernel.org does not designate permitted sender hosts) client-ip=209.132.180.67; Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757338AbaE2LLy (ORCPT + 3 others); Thu, 29 May 2014 07:11:54 -0400 Received: from mail-pb0-f42.google.com ([209.85.160.42]:36092 "EHLO mail-pb0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756140AbaE2LLv (ORCPT ); Thu, 29 May 2014 07:11:51 -0400 Received: by mail-pb0-f42.google.com with SMTP id md12so209166pbc.1 for ; Thu, 29 May 2014 04:11:51 -0700 (PDT) X-Received: by 10.68.113.68 with SMTP id iw4mr7508852pbb.119.1401361910956; Thu, 29 May 2014 04:11:50 -0700 (PDT) Received: from linaro.sisodomain.com ([14.140.216.146]) by mx.google.com with ESMTPSA id fk4sm1751139pab.23.2014.05.29.04.11.47 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 29 May 2014 04:11:50 -0700 (PDT) From: Sachin Kamat To: linux-wireless@vger.kernel.org, netdev@vger.kernel.org Cc: Larry.Finger@lwfinger.net, chaoming_li@realsil.com.cn, linville@tuxdriver.com, sachin.kamat@linaro.org Subject: [PATCH 2/2] rtlwifi: rtl8723ae: Remove duplicate inclusion of fw_common.h Date: Thu, 29 May 2014 16:39:24 +0530 Message-Id: <1401361764-9050-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1401361764-9050-1-git-send-email-sachin.kamat@linaro.org> References: <1401361764-9050-1-git-send-email-sachin.kamat@linaro.org> Sender: netdev-owner@vger.kernel.org Precedence: list List-ID: X-Mailing-List: netdev@vger.kernel.org X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: sachin.kamat@linaro.org X-Original-Authentication-Results: mx.google.com; spf=pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.220.173 as permitted sender) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , fw_common.h was included twice. Signed-off-by: Sachin Kamat --- .../wireless/rtlwifi/rtl8723ae/hal_bt_coexist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/wireless/rtlwifi/rtl8723ae/hal_bt_coexist.c b/drivers/net/wireless/rtlwifi/rtl8723ae/hal_bt_coexist.c index 48fee1be78c2..5b4a714f3c8c 100644 --- a/drivers/net/wireless/rtlwifi/rtl8723ae/hal_bt_coexist.c +++ b/drivers/net/wireless/rtlwifi/rtl8723ae/hal_bt_coexist.c @@ -32,7 +32,6 @@ #include "dm.h" #include "fw.h" #include "../rtl8723com/fw_common.h" -#include "../rtl8723com/fw_common.h" #include "phy.h" #include "reg.h" #include "hal_btc.h"